home,i18n: fcitx5-chinese-addons -> fcitx5-rime

This commit is contained in:
Guanran Wang 2023-10-15 08:52:03 +08:00
parent 4b52ac15d2
commit 669e34d9b6
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -5,9 +5,11 @@
i18n.inputMethod = { i18n.inputMethod = {
enabled = "fcitx5"; enabled = "fcitx5";
fcitx5.addons = with pkgs; [ fcitx5.addons = with pkgs; [
fcitx5-chinese-addons #fcitx5-chinese-addons
fcitx5-pinyin-moegirl # flakes #fcitx5-pinyin-moegirl # Using Berberman's FLake overlay
fcitx5-pinyin-zhwiki #fcitx5-pinyin-zhwiki
fcitx5-rime
]; ];
}; };
@ -18,4 +20,11 @@
#QT_IM_MODULE = "fcitx"; #QT_IM_MODULE = "fcitx";
#XMODIFIERS = "@im=fcitx"; #XMODIFIERS = "@im=fcitx";
}; };
xdg.dataFile."fcitx5/rime/terra_pinyin.custom.yaml".text = ''
patch:
switches:
- name: simplification
reset: 1
'';
} }