This commit is contained in:
2026-02-16 09:34:11 +01:00
parent 2f7c7d7e8e
commit cd6b256c88
6 changed files with 46 additions and 47 deletions
+1 -2
View File
@@ -61,7 +61,7 @@
home-manager = home-manager;
};
modules = [
./hosts/nixos/overlays.nix
(import-tree ./overlays/nixos)
(import-tree ./hosts/common)
(import-tree ./modules/system/nixos)
@@ -94,7 +94,6 @@
]
++ [
(import-tree ./overlays/darwin)
(import-tree ./modules/system/darwin)
home-manager.darwinModules.home-manager
(import-tree ./hosts/common)