refactor(nvf): move core nvf config to a module

This commit is contained in:
Mohammad Rafiq 2025-05-06 15:54:26 +08:00
parent 3e92ace989
commit 57a73bbcae
No known key found for this signature in database
5 changed files with 118 additions and 84 deletions

View file

@ -18,9 +18,11 @@
nixosModules.enable = true;
nixosModules.hostname = hostname;
nixosModules.mainUser = "rafiq";
hmModules.enable = true;
nix-config.enable = true;
boot-config.enable = true;
hardware-config.usbAutoMount = true;
nw-config.backend = "networkmanager";
hmModules.enable = true;
hmModules.mainApps.editor = "nvf";
}