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>
This commit is contained in:
awwpotato 2025-07-17 04:01:22 -07:00 committed by GitHub
parent 52804c7c81
commit 03699ed214
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
};