From 845630224c597e57ce2ff92a08b95bc79acbf654 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sun, 13 Jul 2025 22:40:36 +0200 Subject: [PATCH] plasma: Enable kmail + kontact --- modules/system/desktop/plasma.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/system/desktop/plasma.nix b/modules/system/desktop/plasma.nix index 8e0c561..eeba57d 100644 --- a/modules/system/desktop/plasma.nix +++ b/modules/system/desktop/plasma.nix @@ -34,6 +34,8 @@ in { kde-pim = { enable = true; merkuro = true; + kmail = true; + kontact = true; }; kdeconnect.enable = true; };