input method fix

This commit is contained in:
Yan Lin 2025-11-03 22:59:54 +01:00
parent 9c281e0c59
commit 851807fb93

View file

@ -44,14 +44,14 @@
''; '';
}; };
# Rime configuration for Simplified Chinese # Rime configuration for Simplified Chinese (must be in .local/share not .config)
xdg.configFile."fcitx5/rime/default.custom.yaml" = { xdg.dataFile."fcitx5/rime/default.custom.yaml" = {
force = true; force = true;
text = '' text = ''
patch: patch:
"schema_list": schema_list:
- schema: luna_pinyin_simp - schema: luna_pinyin_simp
"menu/page_size": 7 menu/page_size: 7
''; '';
}; };