gui/kde: install the kdePackages of everything, add korganizer
This commit is contained in:
parent
3c08e02704
commit
a7bb2aa54f
@ -57,11 +57,12 @@ with pkgs;
|
||||
sessionVariables = {
|
||||
NIXOS_OZONE_WL = 1;
|
||||
};
|
||||
systemPackages = [
|
||||
kdePackages.kzones
|
||||
systemPackages = with kdePackages; [
|
||||
kcolorchooser
|
||||
kconnect
|
||||
rofi-wayland
|
||||
kontact
|
||||
korganizer
|
||||
kzones
|
||||
];
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user