From 31fa6033b0feb87f77c89f6b9d8f63d6f41e23fc Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 23 Nov 2025 16:50:07 -0600 Subject: [PATCH] once more --- system-config/configuration/homebox/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/system-config/configuration/homebox/default.nix b/system-config/configuration/homebox/default.nix index d2bc2c6..30bf1b3 100644 --- a/system-config/configuration/homebox/default.nix +++ b/system-config/configuration/homebox/default.nix @@ -118,7 +118,7 @@ sysconfig = { remoteBuildHost = true; host = "homebox"; - graphical = true; + graphical = false; users = { nathan = { extraGroups = [ "wheel" "networkmanager" ]; @@ -133,7 +133,6 @@ { homeconfig = { minimal = false; - graphical = false; hyprland.enable = false; hyprlock.enable = false; wal.enable = true;