diff --git a/hosts/desktops/common/services.nix b/hosts/desktops/common/services.nix index 0a4d3d4..755985d 100644 --- a/hosts/desktops/common/services.nix +++ b/hosts/desktops/common/services.nix @@ -30,7 +30,7 @@ in { exportConfiguration = true; excludePackages = (with pkgs; [ xterm ]); displayManager = { - defaultSession = "plasmawayland"; + defaultSession = "plasma"; autoLogin = { enable = true; user = "user"; @@ -55,7 +55,7 @@ in { }; }; }; - desktopManager.plasma5.enable = true; + desktopManager.plasma6.enable = true; }; };