feat/nix #3
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
...
|
||||
} : {
|
||||
home.file = {
|
||||
".config/eww".source = .;
|
||||
".config/eww".source = ../eww;
|
||||
};
|
||||
|
||||
home.packages = [
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
};
|
||||
|
||||
# bar is required
|
||||
imports = {
|
||||
imports = [
|
||||
../../bar
|
||||
};
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue