about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom@yandex.ru>2014-12-19 08:57:59 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2014-12-19 08:59:22 +0200
commit87610ca0fde1041e4d02c0d8ac970ccc0ddcd488 (patch)
tree05ed3a43c7ee0818289f7fc71160b352fed06a0b /nixos
parentd461256d8b12bafea8c2a5393b289a183a750b9e (diff)
downloadnixlib-87610ca0fde1041e4d02c0d8ac970ccc0ddcd488.tar
nixlib-87610ca0fde1041e4d02c0d8ac970ccc0ddcd488.tar.gz
nixlib-87610ca0fde1041e4d02c0d8ac970ccc0ddcd488.tar.bz2
nixlib-87610ca0fde1041e4d02c0d8ac970ccc0ddcd488.tar.lz
nixlib-87610ca0fde1041e4d02c0d8ac970ccc0ddcd488.tar.xz
nixlib-87610ca0fde1041e4d02c0d8ac970ccc0ddcd488.tar.zst
nixlib-87610ca0fde1041e4d02c0d8ac970ccc0ddcd488.zip
kde4: enable akonadi by default
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/x11/desktop-managers/kde4.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/kde4.nix b/nixos/modules/services/x11/desktop-managers/kde4.nix
index f7579fce7b5a..16c99862e9e0 100644
--- a/nixos/modules/services/x11/desktop-managers/kde4.nix
+++ b/nixos/modules/services/x11/desktop-managers/kde4.nix
@@ -152,7 +152,9 @@ in
           xorg.xauth # used by kdesu
           pkgs.shared_desktop_ontologies # used by nepomuk
           pkgs.strigi # used by nepomuk
+          pkgs.kde4.akonadi
           pkgs.mysql # used by akonadi
+          pkgs.kde4.kdepim_runtime
         ]
       ++ lib.optional config.hardware.pulseaudio.enable pkgs.kde4.kmix  # Perhaps this should always be enabled
       ++ lib.optional config.hardware.bluetooth.enable pkgs.kde4.bluedevil