You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
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
|
|
};
|
|
}
|