summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2017-01-24 12:55:06 -0600
committerThomas Tuegel <ttuegel@gmail.com>2017-01-24 12:55:06 -0600
commit54df1426721358e21abcb7dc3a787e7df88ce122 (patch)
treea64a25a6cb16ac5b70dc9d26df7c10b88371c1c8 /nixos
parente38970c60b638573068e9d42a4aa03d6bda1c7a0 (diff)
downloadnixpkgs-54df1426721358e21abcb7dc3a787e7df88ce122.tar
nixpkgs-54df1426721358e21abcb7dc3a787e7df88ce122.tar.gz
nixpkgs-54df1426721358e21abcb7dc3a787e7df88ce122.tar.bz2
nixpkgs-54df1426721358e21abcb7dc3a787e7df88ce122.tar.lz
nixpkgs-54df1426721358e21abcb7dc3a787e7df88ce122.tar.xz
nixpkgs-54df1426721358e21abcb7dc3a787e7df88ce122.tar.zst
nixpkgs-54df1426721358e21abcb7dc3a787e7df88ce122.zip
nixos/kde5: use kimpanel with IBus by default
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/x11/desktop-managers/kde5.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/kde5.nix b/nixos/modules/services/x11/desktop-managers/kde5.nix
index ee4ec0fc819..8f081a1e9d2 100644
--- a/nixos/modules/services/x11/desktop-managers/kde5.nix
+++ b/nixos/modules/services/x11/desktop-managers/kde5.nix
@@ -249,6 +249,11 @@ in
 
       security.pam.services.kde = { allowNullPassword = true; };
 
+      # use kimpanel as the default IBus panel
+      i18n.inputMethod.ibus.panel =
+        lib.mkDefault
+        "${pkgs.kde5.plasma-desktop}/lib/libexec/kimpanel-ibus-panel";
+
     })
   ];