From 0a49c9eb9ad4f9de69347b7787bf99184dbfa14b Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Wed, 17 Apr 2024 20:38:24 +0200 Subject: [PATCH] back to plasma 5 lol --- modules/graphical/plasma.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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";