nixos/system/default.nix
2024-06-07 14:19:39 +02:00

18 lines
264 B
Nix

{...}: {
imports = [
./audio.nix
./boot.nix
./env.nix
./networking.nix
./persistence.nix
./bluetooth.nix
./btrfs.nix
./fonts.nix
./nix.nix
./users.nix
./ssh.nix
./steam.nix
];
system.stateVersion = "24.11";
}