{ imports = [ ./boot.nix ./environment.nix ./locale.nix ./networking.nix ./xserver.nix ./services.nix ./appliances.nix ]; nix = { settings = { # Enable flakes and new 'nix' command experimental-features = "nix-command flakes"; # Deduplicate and optimize nix store auto-optimise-store = true; }; }; nixpkgs.config = { allowUnfree = true; }; system.stateVersion = "23.05"; }