system/module.nix: init

This commit is contained in:
Charlie Root 2024-09-22 00:19:58 +02:00
commit ac489db754
2 changed files with 11 additions and 6 deletions

View file

@ -1,6 +0,0 @@
_: {
imports = [
./keyboard.nix
./hardware
];
}

11
modules/system/module.nix Normal file
View file

@ -0,0 +1,11 @@
{
system = {
# faster rebuilds
switch = {
enable = false;
enableNg = true;
};
# our state version
stateVersion = "23.11";
};
}