system
This commit is contained in:
parent
9e441e1aaf
commit
231cb21334
2 changed files with 17 additions and 1 deletions
16
system/default.nix
Normal file
16
system/default.nix
Normal 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";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue