nixos/system/default.nix
2024-06-07 01:31:33 +02:00

16 lines
238 B
Nix

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