Skip to content

Commit

Permalink
nixos/tests/gnome3: select X11 gnome shell explicitely
Browse files Browse the repository at this point in the history
This isn't strictly necessary yet as LightDM doesn't read the wayland sessions,
but there's no harm in being explicit.
  • Loading branch information
hedning committed Dec 10, 2018
1 parent 3c0e704 commit 116c16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/gnome3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit 116c16d

Please sign in to comment.