From 042ebe656e4debd15d4779c6853e546307a60833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Fri, 18 Jul 2025 02:07:18 -0600 Subject: [PATCH] feat(fcitx5): Add Anthy --- modules/home/users/crumb/fcitx5.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/users/crumb/fcitx5.nix b/modules/home/users/crumb/fcitx5.nix index 8a9bb0a..7036b7d 100644 --- a/modules/home/users/crumb/fcitx5.nix +++ b/modules/home/users/crumb/fcitx5.nix @@ -16,6 +16,7 @@ in { pkgs.fcitx5-gtk pkgs.fcitx5-table-other pkgs.libsForQt5.fcitx5-chinese-addons + pkgs.fcitx5-anthy (let repo = pkgs.fetchgit { url = "https://gitlab.com/msyds/syd-fcitx5-tables"; @@ -45,6 +46,7 @@ in { "Groups/0/Items/0".Name = "keyboard-us"; "Groups/0/Items/1".Name = "sydmath"; "Groups/0/Items/2".Name = "ipa-x-sampa"; + "Groups/0/Items/3".Name = "anthy"; }; }; };