qenya: Remove reference to Plasma 5 as it is no longer used
This commit is contained in:
parent
4d5fe23349
commit
d6e22d294e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ let
|
|||
inherit (lib) optionals;
|
||||
isGraphical = osConfig.services.xserver.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
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue