Add Korganizer configuration

This commit is contained in:
2026-04-23 18:16:20 +02:00
parent 66fab6c767
commit 4e8e5bf907
5 changed files with 65 additions and 22 deletions

View File

@@ -13,4 +13,15 @@
];
services.desktopManager.plasma6.enable = true;
programs.kde-pim = {
enable = true;
kmail = true;
kontact = true;
merkuro = true;
};
environment.systemPackages = with pkgs.kdePackages; [
korganizer
];
}