mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
25 lines
323 B
Nix
25 lines
323 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
|
|
filelight
|
|
];
|
|
}
|