nixos/system/default.nix
2024-06-07 01:08:04 +02:00

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";
}