diff --git a/modules/fcitx5.nix b/modules/fcitx5.nix index 519ade4..c57cfe5 100644 --- a/modules/fcitx5.nix +++ b/modules/fcitx5.nix @@ -9,12 +9,10 @@ in { i18n.inputMethod = { enable = true; type = "fcitx5"; - fcitx5 = { - settings.addons = with pkgs; [ - fcitx5-mozc - fcitx5-anthy - ]; - }; + fcitx5.addons = with pkgs; [ + fcitx5-mozc + fcitx5-anthy + ]; }; }; }