Move home-manager users and fix on flake

This commit is contained in:
2026-02-11 17:16:01 +01:00
parent 6fff8b634b
commit 6911410f6a
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -74,7 +74,7 @@
(import-tree ./modules/home/common)
(import-tree ./modules/home/nixos)
(import-tree ./hosts/nixos/home)
(import-tree ./hosts/nixos/home/users)
];
};
};
@@ -4,6 +4,7 @@
imports = [
(import-tree ../../../modules/home/common)
(import-tree ../../../modules/home/nixos)
(import-tree ../partials)
];
home = {