parent
b808c6d94c
commit
3a89798c73
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
i18n.inputMethod = {
|
||||||
|
enabled = "fcitx5";
|
||||||
|
# Commented out, not working
|
||||||
|
#fcitx.engines = with pkgs.fcitx-engines; [ anthy ];
|
||||||
|
};
|
||||||
|
|
||||||
|
home.sessionVariables = {
|
||||||
|
GTK_IM_MDOULE = "fcitx";
|
||||||
|
QT_IM_MODULE = "fcitx";
|
||||||
|
XMODIFIERS = "@im=fcitx";
|
||||||
|
GLFW_IM_MODULE = "ibus"; # IME support in anthy
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in new issue