refactor(hmModules): moved home-manager to module

This commit is contained in:
Mohammad Rafiq 2025-04-27 15:06:02 +08:00
parent 0b393ab562
commit cb42df54ec
No known key found for this signature in database
4 changed files with 36 additions and 22 deletions

View file

@ -24,6 +24,7 @@
specialArgs = args;
modules = [
./modules/nixos
./modules/hm
./hosts/common.nix
./hosts/${hostname}.nix
];