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 = {
|
sessionVariables = {
|
||||||
NIXOS_OZONE_WL = 1;
|
NIXOS_OZONE_WL = 1;
|
||||||
};
|
};
|
||||||
systemPackages = [
|
systemPackages = with kdePackages; [
|
||||||
kdePackages.kzones
|
|
||||||
kcolorchooser
|
kcolorchooser
|
||||||
kconnect
|
kconnect
|
||||||
rofi-wayland
|
kontact
|
||||||
|
korganizer
|
||||||
|
kzones
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user