diff --git a/modules/home/users/crumb/fcitx5.nix b/modules/home/users/crumb/fcitx5.nix index d617b16..c6be6c6 100644 --- a/modules/home/users/crumb/fcitx5.nix +++ b/modules/home/users/crumb/fcitx5.nix @@ -16,7 +16,6 @@ in { pkgs.fcitx5-gtk pkgs.fcitx5-table-other pkgs.kdePackages.fcitx5-chinese-addons - pkgs.fcitx5-anthy pkgs.fcitx5-hangul inputs.syd-fcitx5-tables.packages.${system}.default ]; @@ -46,9 +45,8 @@ 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"; - "Groups/0/Items/4".Name = "hangul"; + "Groups/0/Items/2".Name = "hangul"; + "Groups/0/Items/3".Name = "ipa-x-sampa"; }; }; };