From 7b66d5b450ef8a5d0dd8cdc7eb2483d636994dc4 Mon Sep 17 00:00:00 2001 From: awwpotato Date: Wed, 16 Jul 2025 19:29:01 -0700 Subject: [PATCH] stylix/testbed: respect xserver rename for gnome --- stylix/testbed/graphical-environments/gnome.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stylix/testbed/graphical-environments/gnome.nix b/stylix/testbed/graphical-environments/gnome.nix index ed6581c20..42685c776 100644 --- a/stylix/testbed/graphical-environments/gnome.nix +++ b/stylix/testbed/graphical-environments/gnome.nix @@ -8,8 +8,7 @@ config = lib.mkIf (config.stylix.testbed.ui.graphicalEnvironment or null == "gnome") { - services.xserver = { - enable = true; + services = { displayManager.gdm.enable = true; desktopManager.gnome.enable = true; };