nixos/system/default.nix
2024-06-07 15:48:41 +02:00

20 lines
299 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
./stylix.nix
./wayland.nix
];
system.stateVersion = "24.11";
}