Fix comment for IME support in kitty
This commit is contained in:
parent
9f0de054e6
commit
259598f95f
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue