home,i18n: fcitx5-chinese-addons
-> fcitx5-rime
This commit is contained in:
parent
4b52ac15d2
commit
669e34d9b6
1 changed files with 12 additions and 3 deletions
|
@ -5,9 +5,11 @@
|
|||
i18n.inputMethod = {
|
||||
enabled = "fcitx5";
|
||||
fcitx5.addons = with pkgs; [
|
||||
fcitx5-chinese-addons
|
||||
fcitx5-pinyin-moegirl # flakes
|
||||
fcitx5-pinyin-zhwiki
|
||||
#fcitx5-chinese-addons
|
||||
#fcitx5-pinyin-moegirl # Using Berberman's FLake overlay
|
||||
#fcitx5-pinyin-zhwiki
|
||||
|
||||
fcitx5-rime
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -18,4 +20,11 @@
|
|||
#QT_IM_MODULE = "fcitx";
|
||||
#XMODIFIERS = "@im=fcitx";
|
||||
};
|
||||
|
||||
xdg.dataFile."fcitx5/rime/terra_pinyin.custom.yaml".text = ''
|
||||
patch:
|
||||
switches:
|
||||
- name: simplification
|
||||
reset: 1
|
||||
'';
|
||||
}
|
Loading…
Reference in a new issue