16 lines
253 B
Nix
16 lines
253 B
Nix
{...}: {
|
|
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";
|
|
}
|