[Desktop/Plasma] add Plasma 6

Allow both desktops to exist at the same time.
Add "plasma6" environment option.
This commit is contained in:
Antoine Viallon 2024-05-25 13:36:39 +02:00
parent de2556ac4d
commit 8b9551bc86
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
7 changed files with 123 additions and 90 deletions

View file

@ -14,7 +14,7 @@ in {
environment = mkOption {
default = "plasma";
example = "gnome";
type = with types; enum [ "plasma" "gnome" ];
type = with types; enum [ "plasma" "plasma6" "gnome" ];
description = "What Desktop Environment to use";
};
layout = mkOption {