refactor(nvf): move core nvf config to a module
This commit is contained in:
parent
3e92ace989
commit
57a73bbcae
5 changed files with 118 additions and 84 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue