about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@secure.mailbox.org>2017-03-20 10:23:09 -0500
committerGitHub <noreply@github.com>2017-03-20 10:23:09 -0500
commit020791f7e10533dcd702121b047c5b74e88512f7 (patch)
tree699f2a3f9f7174dfb6d26cc0d697fd21d2e4a161
parent07252dc83bac056fbca0e646228853350ef33f64 (diff)
parentd709cdd8291cdab2e3fbfc979025e1de2005d332 (diff)
downloadnixlib-020791f7e10533dcd702121b047c5b74e88512f7.tar
nixlib-020791f7e10533dcd702121b047c5b74e88512f7.tar.gz
nixlib-020791f7e10533dcd702121b047c5b74e88512f7.tar.bz2
nixlib-020791f7e10533dcd702121b047c5b74e88512f7.tar.lz
nixlib-020791f7e10533dcd702121b047c5b74e88512f7.tar.xz
nixlib-020791f7e10533dcd702121b047c5b74e88512f7.tar.zst
nixlib-020791f7e10533dcd702121b047c5b74e88512f7.zip
Merge pull request #24125 from ttuegel/disable-kimpanel
nixos/plasma5: do not set kimpanel as default IBus panel
-rw-r--r--nixos/modules/services/x11/desktop-managers/plasma5.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/plasma5.nix b/nixos/modules/services/x11/desktop-managers/plasma5.nix
index bc6e728169b4..f923d86265f2 100644
--- a/nixos/modules/services/x11/desktop-managers/plasma5.nix
+++ b/nixos/modules/services/x11/desktop-managers/plasma5.nix
@@ -225,11 +225,6 @@ in
       security.pam.services.sddm.enableKwallet = true;
       security.pam.services.slim.enableKwallet = true;
 
-      # use kimpanel as the default IBus panel
-      i18n.inputMethod.ibus.panel =
-        lib.mkDefault
-        "${plasma5.plasma-desktop}/lib/libexec/kimpanel-ibus-panel";
-
     })
   ];