about summary refs log tree commit diff
path: root/pkgs/applications/kde
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-11-27 16:16:58 +0300
committerK900 <me@0upti.me>2023-11-27 16:16:58 +0300
commitb662f3b6a711aecd3ef0fd99c1e879123aa7ebf1 (patch)
tree2aecbd3de8ae884037a445be0d0188d5b476ab3d /pkgs/applications/kde
parent538faba59d2e901616573e44250130e4d067af58 (diff)
kontact: add all the plugins to the wrapper
Diffstat (limited to 'pkgs/applications/kde')
-rw-r--r--pkgs/applications/kde/kontact.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/kde/kontact.nix b/pkgs/applications/kde/kontact.nix
index b8ccd9415efb7..2218e19c231a4 100644
--- a/pkgs/applications/kde/kontact.nix
+++ b/pkgs/applications/kde/kontact.nix
@@ -4,7 +4,8 @@
   qtwebengine,
   kcmutils, kcrash, kdbusaddons, kparts, kwindowsystem,
   akonadi, grantleetheme, kontactinterface, kpimtextedit,
-  mailcommon, libkdepim, pimcommon
+  mailcommon, libkdepim, pimcommon,
+  akregator, kaddressbook, kmail, knotes, korganizer, zanshin
 }:
 
 mkDerivation {
@@ -21,5 +22,6 @@ mkDerivation {
     kcmutils kcrash kdbusaddons kparts kwindowsystem
     akonadi grantleetheme kontactinterface kpimtextedit
     mailcommon libkdepim pimcommon
+    akregator kaddressbook kmail knotes korganizer zanshin
   ];
 }