From 259598f95f4139267f7c04fdcd2e5e48743bbd11 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Fri, 14 Oct 2022 14:09:54 -0700 Subject: [PATCH] Fix comment for IME support in kitty --- fcitx5.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {