summaryrefslogtreecommitdiff
path: root/hosts/glados/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/glados/default.nix')
-rw-r--r--hosts/glados/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix
index 39687a2..d6eba70 100644
--- a/hosts/glados/default.nix
+++ b/hosts/glados/default.nix
@@ -1,5 +1,4 @@
{
- config,
modulesPath,
pkgs,
...
@@ -12,11 +11,10 @@
./boot.nix
./network.nix
./packages.nix
+ ./services.nix
../../users/seth
];
- system.gui-stuff = true;
-
# enable non-free packages
nixpkgs.config.allowUnfree = true;
@@ -25,4 +23,5 @@
nix.settings.experimental-features = ["nix-command" "flakes"];
system.stateVersion = "23.05";
+ sys.gui.enable = true;
}