about summary refs log tree commit diff
path: root/nixos/tests/gnome3.nix
diff options
context:
space:
mode:
authorTor Hedin Brønner <torhedinbronner@gmail.com>2018-12-10 16:53:27 +0100
committerGitHub <noreply@github.com>2018-12-10 16:53:27 +0100
commit59d1fb61513b32ef5a6ea6a9edfc8111122ebe54 (patch)
tree64dc25635d2dfb674dabfc756c28b0c635370bb9 /nixos/tests/gnome3.nix
parent655231a612cf550c0556f6fa6bd705c9daba7d6c (diff)
parent75e223bf7ac358bcf4320bb80b386d7cfddc90d1 (diff)
Merge pull request #44497 from hedning/gnome-upstream-wayland
Add gnome wayland support
Diffstat (limited to 'nixos/tests/gnome3.nix')
-rw-r--r--nixos/tests/gnome3.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/gnome3.nix b/nixos/tests/gnome3.nix
index 6e92079f65a76..95694ea4828d8 100644
--- a/nixos/tests/gnome3.nix
+++ b/nixos/tests/gnome3.nix
@@ -16,7 +16,7 @@ import ./make-test.nix ({ pkgs, ...} : {
       services.xserver.displayManager.lightdm.autoLogin.enable = true;
       services.xserver.displayManager.lightdm.autoLogin.user = "alice";
       services.xserver.desktopManager.gnome3.enable = true;
-      services.xserver.desktopManager.default = "gnome";
+      services.xserver.desktopManager.default = "gnome-xorg";
 
       virtualisation.memorySize = 1024;
     };