diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/helper.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/helper.nix b/lib/helper.nix index 5bea0f1..d3ccc1c 100644 --- a/lib/helper.nix +++ b/lib/helper.nix @@ -44,11 +44,11 @@ in rec { modules = [ ../systems/${system}/system.nix + ../modules/system customPackagesOverlay ] ++ umport { paths = [ - ../modules/system ../features/system ]; recursive = true; @@ -66,11 +66,11 @@ in rec { modules = [ ../users/${system}/${user}.nix + ../modules/user customPackagesOverlay ] ++ umport { paths = [ - ../modules/user ../features/user ]; recursive = true; |
