Fix on modules name and on zsh

This commit is contained in:
2026-02-11 19:15:20 +01:00
parent 6911410f6a
commit 4f10ad35cd
24 changed files with 65 additions and 62 deletions
+1 -3
View File
@@ -70,10 +70,8 @@
++ [
./hosts/nixos/overlays.nix
home-manager.nixosModules.home-manager
(import-tree ./hosts/common)
(import-tree ./modules/home/common)
(import-tree ./modules/home/nixos)
(import-tree ./hosts/common)
(import-tree ./hosts/nixos/home/users)
];
};