From 9a48adcbc42ce699858e45cde4e40c4ff811b524 Mon Sep 17 00:00:00 2001 From: K900 Date: Tue, 13 Jan 2026 22:44:04 +0300 Subject: [PATCH] nixos/tests/plasma6: use plasma-login-manager --- nixos/tests/plasma6.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/plasma6.nix b/nixos/tests/plasma6.nix index 7e74f3219eaa..330dea78edcf 100644 --- a/nixos/tests/plasma6.nix +++ b/nixos/tests/plasma6.nix @@ -12,7 +12,7 @@ { imports = [ ./common/user-account.nix ]; services.xserver.enable = true; - services.displayManager.sddm.enable = true; + services.displayManager.plasma-login-manager.enable = true; # FIXME: this should be testing Wayland services.displayManager.defaultSession = "plasmax11"; services.desktopManager.plasma6.enable = true;