added enables to modules and made base module that imports all other modules
This commit is contained in:
parent
eaa19be741
commit
bf0686a14b
7 changed files with 79 additions and 55 deletions
8
modules/default.nix
Normal file
8
modules/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./hardware.nix
|
||||
./users.nix
|
||||
./desktop.nix
|
||||
./nix-development.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue