about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/ragnarwm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/ragnarwm.nix')
-rw-r--r--nixpkgs/nixos/tests/ragnarwm.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/tests/ragnarwm.nix b/nixpkgs/nixos/tests/ragnarwm.nix
index f7c588b92008..6dc08a805ab1 100644
--- a/nixpkgs/nixos/tests/ragnarwm.nix
+++ b/nixpkgs/nixos/tests/ragnarwm.nix
@@ -8,7 +8,7 @@ import ./make-test-python.nix ({ lib, ...} : {
   nodes.machine = { pkgs, lib, ... }: {
     imports = [ ./common/x11.nix ./common/user-account.nix ];
     test-support.displayManager.auto.user = "alice";
-    services.xserver.displayManager.defaultSession = lib.mkForce "ragnar";
+    services.displayManager.defaultSession = lib.mkForce "ragnar";
     services.xserver.windowManager.ragnarwm.enable = true;
 
     # Setup the default terminal of Ragnar