From 51045c91d65bd92a7697983e31572ec29ccf7d92 Mon Sep 17 00:00:00 2001 From: k Date: Wed, 15 Oct 2025 05:08:18 +0000 Subject: [PATCH] disabled ui --- hosts/desktop/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 5eb0f31..dcc614d 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -46,9 +46,9 @@ autoStart = true; }; xserver = { - enable = true; - displayManager.gdm.enable = true; - desktopManager.gnome.enable = true; + enable = false; + displayManager.gdm.enable = false; + desktopManager.gnome.enable = false; }; };