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:
parent
52804c7c81
commit
03699ed214
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue