eww: Added nixos config

This commit is contained in:
Culis Gaspard 2024-09-18 15:00:31 +02:00
parent 81ad140e73
commit 38a723941b
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
...
} : {
home.file = {
".config/eww".source = .;
".config/eww".source = ../eww;
};
home.packages = [

View file

@ -14,7 +14,7 @@
};
# bar is required
imports = {
imports = [
../../bar
};
];
}