gui/kde: add calendar-tools and merkuro

This commit is contained in:
Aaron Bieber 2024-11-20 14:38:23 -07:00
parent cad7b1b71c
commit 5843066da3
No known key found for this signature in database

View File

@ -58,12 +58,14 @@ with pkgs;
NIXOS_OZONE_WL = 1; NIXOS_OZONE_WL = 1;
}; };
systemPackages = with kdePackages; [ systemPackages = with kdePackages; [
akonadi-calendar-tools
kcolorchooser kcolorchooser
kconnect kconnect
kontact kontact
konversation konversation
korganizer korganizer
kzones kzones
merkuro
]; ];
}; };
}; };