From 9f0de054e67916747aece4294a7fa481a70cc6d2 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Thu, 13 Oct 2022 21:12:55 -0700 Subject: [PATCH] Broken Anthy inclusion --- fcitx5.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fcitx5.nix b/fcitx5.nix index 73091b5..98d77e4 100644 --- a/fcitx5.nix +++ b/fcitx5.nix @@ -3,8 +3,7 @@ { i18n.inputMethod = { enabled = "fcitx5"; - # Commented out, not working - #fcitx.engines = with pkgs.fcitx-engines; [ anthy ]; + fcitx5.addons = with pkgs; [ anthy ]; }; home.sessionVariables = {