From 03699ed214f6e8195bc7199d6ae3aeccf9732b08 Mon Sep 17 00:00:00 2001 From: awwpotato Date: Thu, 17 Jul 2025 04:01:22 -0700 Subject: [PATCH] stylix/testbed: respect xserver rename for gnome (#1714) Fixes: 8c854fe383 ("stylix: allow choosing testbed desktop (#1222)") Link: https://github.com/nix-community/stylix/pull/1714 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> --- 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 ed6581c2..42685c77 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; };