From a6cc05ec3fae6ef7e2582a9c4aefe7ee0377cc1a Mon Sep 17 00:00:00 2001 From: tootbrute Date: Sun, 19 Jan 2025 13:41:59 +0800 Subject: [PATCH] 2nd try fcitx5 stuff --- nixosModules/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixosModules/base.nix b/nixosModules/base.nix index b58d294..1ad98f3 100644 --- a/nixosModules/base.nix +++ b/nixosModules/base.nix @@ -60,7 +60,7 @@ i18n.inputMethod = { enabled = true; type = "fcitx5"; - addons = with pkgs; [ + fcitx5.addons = with pkgs; [ fcitx5-chewing fcitx5-chinese-addons ];