From 08895833e51bdfd760f2b4915a3997c13fe65b13 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 26 Jan 2023 06:08:41 -0500 Subject: more refactoring --- hosts/glados/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'hosts/glados/default.nix') 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; } -- cgit v1.2.3