diff options
Diffstat (limited to 'hosts/glados/default.nix')
| -rw-r--r-- | hosts/glados/default.nix | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix index d6eba70..3a5e2a0 100644 --- a/hosts/glados/default.nix +++ b/hosts/glados/default.nix @@ -1,27 +1,12 @@ -{ - modulesPath, - pkgs, - ... -}: { +_: { imports = [ - (modulesPath + "/profiles/base.nix") - ../common ../common/desktop/gnome.nix ../common/hardware/nvidia.nix ./boot.nix ./network.nix ./packages.nix ./services.nix - ../../users/seth ]; - # enable non-free packages - nixpkgs.config.allowUnfree = true; - - # Enable nix flakes - nix.package = pkgs.nixFlakes; - nix.settings.experimental-features = ["nix-command" "flakes"]; - - system.stateVersion = "23.05"; sys.gui.enable = true; } |
