From a9c16e637826592405edfd22b5b6a70f2a9bb3b2 Mon Sep 17 00:00:00 2001 From: outremonde Date: Wed, 11 Jun 2025 15:17:50 -0400 Subject: overhauled modules dir Former-commit-id: 7bfb3299e08797282f681dbbe572cb3294af4696 --- lib/helper.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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; -- cgit v1.2.3