nixos/tests/gnome3: Explicitly set default desktopManager

Sessions from `extraSessionFilePackages` isn't picked automatically as the
default session.
This commit is contained in:
Tor Hedin Brønner 2018-07-28 18:23:35 +02:00 committed by Jan Tojnar
parent efa27d33cf
commit e8e0edd95c
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -15,6 +15,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";
virtualisation.memorySize = 1024;
};