diff --git a/fcitx5.nix b/fcitx5.nix index 98d77e4..e22e8ad 100644 --- a/fcitx5.nix +++ b/fcitx5.nix @@ -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 = {