Personal NixOS flake

feat(fcitx5): add pinyin ime for simplified chinese input

+7 -2
+7 -2
home/emily/gui/i18n.nix
··· 4 4 kbLayouts = { 5 5 intl = "keyboard-us-altgr-intl"; 6 6 jp = "mozc"; 7 + zh-cn = "pinyin"; 8 + zh-tw = "rime"; 7 9 }; 8 10 in 9 11 { ··· 17 19 fcitx5-mozc 18 20 fcitx5-gtk 19 21 catppuccin-fcitx5 22 + # fcitx5-chewing 23 + # fcitx5-rime 24 + # rime-data 25 + fcitx5-chinese-addons 20 26 ]; 21 27 settings = { 22 28 inputMethod = { ··· 38 44 39 45 "Groups/1/Items/0".Name = kbLayouts.intl; 40 46 "Groups/1/Items/1".Name = kbLayouts.jp; 41 - 42 - 47 + "Groups/1/Items/2".Name = kbLayouts.zh-cn; 43 48 }; 44 49 addons = { 45 50 # Get rid of that obnoxious popup that conflicts with some emacs bind