nixos-lib/desktop/plasma/generic.nix
Antoine Viallon 8b9551bc86
[Desktop/Plasma] add Plasma 6
Allow both desktops to exist at the same time.
Add "plasma6" environment option.
2024-05-25 13:36:39 +02:00

24 lines
309 B
Nix

{ kdePackages }:
{
commonPackages = with kdePackages; [
skanpage
packagekit-qt
discover
akonadi
kmail
kdepim-addons
kdepim-runtime
calendarsupport
korganizer
dolphin
konsole
kate
yakuake
plasma-pa
ark
kolourpaint
krdc
sddm-kcm
];
}