Overcomplicated agenix setup done!
This commit is contained in:
parent
a7a0869dbe
commit
1c125ab3b2
4 changed files with 17 additions and 13 deletions
|
@ -8,7 +8,7 @@
|
|||
environment.systemPackages = with dirUtils; [
|
||||
(inputs.wrapper-manager.lib.build {
|
||||
inherit pkgs;
|
||||
modules = dirFiles ./common ++ opt isDesktop (dirFiles ./common-desktop);
|
||||
modules = dirFiles ".nix" ./common ++ opt isDesktop (dirFiles ".nix" ./common-desktop);
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue