summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoroutremonde <outremonde@vivaldi.net>2025-06-11 15:17:50 -0400
committeroutremonde <outremonde@vivaldi.net>2025-06-11 15:17:50 -0400
commita9c16e637826592405edfd22b5b6a70f2a9bb3b2 (patch)
treeb20b23940a66903166c4f3ca581cbf78c72e1d9f /lib
parent136b8f0404e64bf835487d2794502def6578c2f5 (diff)
overhauled modules dir
Former-commit-id: 7bfb3299e08797282f681dbbe572cb3294af4696
Diffstat (limited to 'lib')
-rw-r--r--lib/helper.nix4
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;