From 571ac94c17483efb6f6ef586d92934df1b7e5a1f Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Mon, 16 Dec 2024 16:15:09 +0100 Subject: [PATCH] New input method syntax pt.2 --- modules/fcitx5.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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 + ]; }; }; }