feat/nix #3

Merged
Jaaj-San merged 59 commits from feat/nix into main 2024-09-20 22:35:47 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 38a723941b - Show all commits

View file

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

View file

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