From 673763bb018c8759cf57f8cad2c0cfbecb7ed49a Mon Sep 17 00:00:00 2001 From: winston Date: Thu, 26 Mar 2026 23:24:05 +0800 Subject: [PATCH] nixos/tests/gnome: Drop services.xserver.enable --- nixos/tests/gnome.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/tests/gnome.nix b/nixos/tests/gnome.nix index 7ad6884f91d0..41dfdf43f79c 100644 --- a/nixos/tests/gnome.nix +++ b/nixos/tests/gnome.nix @@ -9,8 +9,6 @@ { imports = [ ./common/user-account.nix ]; - services.xserver.enable = true; - services.displayManager.gdm = { enable = true; debug = true;