nixos/kde5: use kimpanel with IBus by default
This commit is contained in:
parent
e38970c60b
commit
54df142672
@ -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";
|
||||||
|
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user