system/module.nix: init
This commit is contained in:
parent
fc711ffd25
commit
ac489db754
2 changed files with 11 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
|||
_: {
|
||||
imports = [
|
||||
./keyboard.nix
|
||||
./hardware
|
||||
];
|
||||
}
|
11
modules/system/module.nix
Normal file
11
modules/system/module.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
system = {
|
||||
# faster rebuilds
|
||||
switch = {
|
||||
enable = false;
|
||||
enableNg = true;
|
||||
};
|
||||
# our state version
|
||||
stateVersion = "23.11";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue