nixos/tests/plasma6: use plasma-login-manager

This commit is contained in:
K900
2026-01-13 22:44:04 +03:00
parent af1d598cc8
commit 9a48adcbc4

View File

@@ -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;