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