From f6646a275ff96a3da328b3acc0f9ab0460adce71 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Mon, 10 Jun 2024 12:27:40 +0200 Subject: [PATCH] [24.05] Plasma 6 Signed-off-by: Stefan Ellmauthaler --- modules/plasma.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/plasma.nix b/modules/plasma.nix index 521a36f..dabb23b 100644 --- a/modules/plasma.nix +++ b/modules/plasma.nix @@ -19,11 +19,12 @@ with lib; { services = { xserver = { enable = true; - desktopManager.plasma5.enable = true; }; + + desktopManager.plasma6.enable = true; displayManager = { sddm.wayland.enable = true; - defaultSession = "plasmawayland"; + defaultSession = "plasma"; }; };