forked from jan-leila/nix-config
moved modules into host-modules
This commit is contained in:
parent
755c7f0e3a
commit
a755b9ff48
10 changed files with 5 additions and 5 deletions
9
host-modules/default.nix
Normal file
9
host-modules/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./system.nix
|
||||
./hardware.nix
|
||||
./users.nix
|
||||
./desktop.nix
|
||||
./nix-development.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue