about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-06-15 19:57:54 +0200
committerGitHub <noreply@github.com>2024-06-15 19:57:54 +0200
commit7938d40a6028b27e6fda662e0b0a5f7dcc2d777c (patch)
tree425e0c944daa7139e5cdf1a6698d52ffa6e7d81d /nixos/tests
parentb754f87f245353cd0c218ea77d83b89e40f43ef0 (diff)
parent50643d3a98b2a1b225cbebe040c9efed91c4e858 (diff)
Merge pull request #316239 from arjan-s/qtile-sessions
qtile: install proper session .desktop files for both xorg and wayland
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/qtile.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/qtile.nix b/nixos/tests/qtile.nix
index b4d8f9d421144..96afaa342c524 100644
--- a/nixos/tests/qtile.nix
+++ b/nixos/tests/qtile.nix
@@ -10,7 +10,7 @@ import ./make-test-python.nix ({ lib, ...} : {
     test-support.displayManager.auto.user = "alice";
 
     services.xserver.windowManager.qtile.enable = true;
-    services.displayManager.defaultSession = lib.mkForce "none+qtile";
+    services.displayManager.defaultSession = lib.mkForce "qtile";
 
     environment.systemPackages = [ pkgs.kitty ];
   };