feat(fcitx5): Add Anthy

This commit is contained in:
2025-07-18 02:07:18 -06:00
parent 1623630a7d
commit 042ebe656e

View File

@@ -16,6 +16,7 @@ in {
pkgs.fcitx5-gtk pkgs.fcitx5-gtk
pkgs.fcitx5-table-other pkgs.fcitx5-table-other
pkgs.libsForQt5.fcitx5-chinese-addons pkgs.libsForQt5.fcitx5-chinese-addons
pkgs.fcitx5-anthy
(let (let
repo = pkgs.fetchgit { repo = pkgs.fetchgit {
url = "https://gitlab.com/msyds/syd-fcitx5-tables"; url = "https://gitlab.com/msyds/syd-fcitx5-tables";
@@ -45,6 +46,7 @@ in {
"Groups/0/Items/0".Name = "keyboard-us"; "Groups/0/Items/0".Name = "keyboard-us";
"Groups/0/Items/1".Name = "sydmath"; "Groups/0/Items/1".Name = "sydmath";
"Groups/0/Items/2".Name = "ipa-x-sampa"; "Groups/0/Items/2".Name = "ipa-x-sampa";
"Groups/0/Items/3".Name = "anthy";
}; };
}; };
}; };