From 229201a7c76ce8adaa9ff2fc7e139e2b2c98dd34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Tue, 4 Aug 2026 11:25:52 +0200 Subject: [PATCH] add kontact --- modules/utilities/office.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/utilities/office.nix b/modules/utilities/office.nix index 8863310..b7ae873 100644 --- a/modules/utilities/office.nix +++ b/modules/utilities/office.nix @@ -5,5 +5,6 @@ _: { birdtray kdePackages.korganizer ]; + programs.kde-pim.kontact = true; # needed for korganizer }; }