nixos/system/default.nix
2025-02-27 01:37:42 +01:00

28 lines
368 B
Nix

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