diff --git a/modules/graphical/plasma.nix b/modules/graphical/plasma.nix index cfaf5ed..dd0a71b 100644 --- a/modules/graphical/plasma.nix +++ b/modules/graphical/plasma.nix @@ -26,8 +26,11 @@ in }; }; }; - services.desktopManager.plasma6.enable = true; - environment.plasma6.excludePackages = with pkgs.kdePackages; [ ocean-sound-theme spectacle ]; + services.xserver.desktopManager.plasma5.enable = true; + + #services.desktopManager.plasma6.enable = true; + #environment.plasma6.excludePackages = with pkgs.kdePackages; [ ocean-sound-theme spectacle ]; + environment.sessionVariables = { MOZ_ENABLE_WAYLAND = "1";