Fix on load in darwin configuration

This commit is contained in:
Laurent Gueret
2026-02-11 16:38:00 +01:00
parent 7aaedb5ffa
commit 6fff8b634b
5 changed files with 3 additions and 8 deletions
+2 -2
View File
@@ -90,13 +90,13 @@
modules = [
nix-homebrew.darwinModules.nix-homebrew
(import-tree ./modules/system/darwin)
(import-tree ./hosts/common)
(import-tree ./hosts/darwin/system)
]
++ [
home-manager.darwinModules.home-manager
(import-tree ./hosts/common)
(import-tree ./hosts/darwin/home)
];