feat(fcitx5): hangul input

This commit is contained in:
2025-10-12 03:49:44 -06:00
parent 91ac91bcd8
commit 0c1f0fcde3

View File

@@ -17,6 +17,7 @@ in {
pkgs.fcitx5-table-other pkgs.fcitx5-table-other
pkgs.kdePackages.fcitx5-chinese-addons pkgs.kdePackages.fcitx5-chinese-addons
pkgs.fcitx5-anthy pkgs.fcitx5-anthy
pkgs.fcitx5-hangul
inputs.syd-fcitx5-tables.packages.${system}.default inputs.syd-fcitx5-tables.packages.${system}.default
]; ];
settings = { settings = {
@@ -41,6 +42,7 @@ in {
"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"; "Groups/0/Items/3".Name = "anthy";
"Groups/0/Items/4".Name = "hangul";
}; };
}; };
}; };