mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-07 10:17:50 +00:00
[Desktop/Plasma] add Plasma 6
Allow both desktops to exist at the same time. Add "plasma6" environment option.
This commit is contained in:
parent
de2556ac4d
commit
8b9551bc86
7 changed files with 123 additions and 90 deletions
24
desktop/plasma/generic.nix
Normal file
24
desktop/plasma/generic.nix
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{ 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
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue