gui/kde: install the kdePackages of everything, add korganizer

This commit is contained in:
Aaron Bieber 2024-10-11 18:15:09 -06:00
parent 3c08e02704
commit a7bb2aa54f
No known key found for this signature in database

View File

@ -57,11 +57,12 @@ with pkgs;
sessionVariables = {
NIXOS_OZONE_WL = 1;
};
systemPackages = [
kdePackages.kzones
systemPackages = with kdePackages; [
kcolorchooser
kconnect
rofi-wayland
kontact
korganizer
kzones
];
};
};