Overcomplicated agenix setup done!

This commit is contained in:
Henry Hiles 2025-03-20 21:52:16 -04:00
parent a7a0869dbe
commit 1c125ab3b2
4 changed files with 17 additions and 13 deletions

View file

@ -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);
})
];
}