summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-08-03 14:23:17 +0200
committerGitHub <noreply@github.com>2018-08-03 14:23:17 +0200
commitf735d6a38d7b30bec586cef0138e4a77e286fb36 (patch)
treef7d0adb0195469b45338a82fc861e7b372225969 /nixos/tests
parent4ac27408951269d024c23a2df026ccd688d48889 (diff)
parent62e665e1ec92252817bd99639f83daaeab4d3f9a (diff)
downloadnixpkgs-f735d6a38d7b30bec586cef0138e4a77e286fb36.tar
nixpkgs-f735d6a38d7b30bec586cef0138e4a77e286fb36.tar.gz
nixpkgs-f735d6a38d7b30bec586cef0138e4a77e286fb36.tar.bz2
nixpkgs-f735d6a38d7b30bec586cef0138e4a77e286fb36.tar.lz
nixpkgs-f735d6a38d7b30bec586cef0138e4a77e286fb36.tar.xz
nixpkgs-f735d6a38d7b30bec586cef0138e4a77e286fb36.tar.zst
nixpkgs-f735d6a38d7b30bec586cef0138e4a77e286fb36.zip
Merge pull request #43992 from jtojnar/upstream-sessions
Upstream sessions
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/gnome3.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/gnome3.nix b/nixos/tests/gnome3.nix
index 3f51d04163a..af2404bf530 100644
--- a/nixos/tests/gnome3.nix
+++ b/nixos/tests/gnome3.nix
@@ -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;
     };