qenya: Remove reference to Plasma 5 as it is no longer used

This commit is contained in:
Katherina Walshe-Grey 2025-08-24 20:34:37 +01:00
parent 4d5fe23349
commit d6e22d294e

View file

@ -4,7 +4,7 @@ let
inherit (lib) optionals; inherit (lib) optionals;
isGraphical = osConfig.services.xserver.enable; isGraphical = osConfig.services.xserver.enable;
isGnome = osConfig.services.xserver.desktopManager.gnome.enable; isGnome = osConfig.services.xserver.desktopManager.gnome.enable;
isPlasma = osConfig.services.desktopManager.plasma6.enable || osConfig.services.xserver.desktopManager.plasma5.enable; isPlasma = osConfig.services.desktopManager.plasma6.enable;
in in
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [