From 3425b0704018123069154dad71f907e19f118090 Mon Sep 17 00:00:00 2001 From: Toast Date: Mon, 29 Apr 2024 18:59:07 +0200 Subject: [PATCH] Kde/plasma: upgrade to plasma 6 --- roles/kde/plasma.nix | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/roles/kde/plasma.nix b/roles/kde/plasma.nix index 7817573..b9d835f 100644 --- a/roles/kde/plasma.nix +++ b/roles/kde/plasma.nix @@ -34,13 +34,8 @@ ''; }; in { - services = { - displayManager.defaultSession = "plasmawayland"; - xserver = { - # Enable the Plasma 5 Desktop Environment - desktopManager.plasma5.enable = true; - }; - }; + # Enable the Plasma 6 Desktop Environment + services.desktopManager.plasma6.enable = true; qt.enable = true; @@ -48,7 +43,7 @@ in { programs.dconf.enable = true; # Install the plasma default configs - environment.systemPackages = [ plasmaDefaults]; + environment.systemPackages = [plasmaDefaults]; # Plasma configs should be on all users home-manager.sharedModules = [