This commit is contained in:
Spectre 2024-06-07 01:08:04 +02:00
parent 9e441e1aaf
commit 231cb21334
2 changed files with 17 additions and 1 deletions

View file

@ -1,3 +1,3 @@
{...}: {
import = ["../system"];
}

16
system/default.nix Normal file
View file

@ -0,0 +1,16 @@
{...}: {
import = [
"./audio.nix"
"./boot.nix"
"./env.nix"
"./networking.nix"
"./persistence.nix"
"./bluetooth.nix"
"./btrfs.nix"
"./fonts.nix"
"./nix.nix"
"./steam.nix"
];
system.stateVersion = "24.11";
}