refactor: move nix config to a module
This commit is contained in:
parent
b11b88fb45
commit
2d29c8ffef
4 changed files with 45 additions and 29 deletions
|
@ -4,7 +4,6 @@
|
|||
[
|
||||
../nixosModules
|
||||
../configs/boot.nix
|
||||
../configs/nix-config.nix
|
||||
../configs/security.nix
|
||||
../configs/users.nix
|
||||
../configs/networking.nix
|
||||
|
@ -15,4 +14,5 @@
|
|||
../configs/graphical.nix
|
||||
];
|
||||
nixosModules.enable = true;
|
||||
nix-config.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue