refactor(home): consolidate host home modules under home/hosts

This commit is contained in:
Ryan Yin
2026-03-23 12:32:17 +08:00
parent cf7b5a5be7
commit 8207ccbdff
22 changed files with 59 additions and 47 deletions
+1 -2
View File
@@ -29,8 +29,7 @@ let
];
home-modules = map mylib.relativeToRoot [
"home/darwin/hosts/darwin-${name}.nix"
"home/darwin"
"home/hosts/darwin/darwin-${name}.nix"
];
};
+1 -2
View File
@@ -28,8 +28,7 @@ let
}
];
home-modules = map mylib.relativeToRoot [
"home/darwin/hosts/darwin-${name}.nix"
"home/darwin"
"home/hosts/darwin/darwin-${name}.nix"
];
};