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

@ -12,6 +12,7 @@
../configs/graphical.nix
];
nixosModules.enable = true;
hmModules.enable = true;
nix-config.enable = true;
boot-config.enable = true;
hardware-config.usbAutoMount = true;