1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

nixos/kde5: use kimpanel with IBus by default

This commit is contained in:
Thomas Tuegel 2017-01-24 12:55:06 -06:00
parent e38970c60b
commit 54df142672
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -249,6 +249,11 @@ in
security.pam.services.kde = { allowNullPassword = true; }; 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";
}) })
]; ];