Fix comment for IME support in kitty

inky
Elnu 2 years ago
parent 9f0de054e6
commit 259598f95f

@ -3,14 +3,14 @@
{
i18n.inputMethod = {
enabled = "fcitx5";
fcitx5.addons = with pkgs; [ anthy ];
fcitx5.addons = 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
GLFW_IM_MODULE = "ibus"; # IME support in kitty
};
home.file = {

Loading…
Cancel
Save