trying fcitx5
This commit is contained in:
parent
2be619919a
commit
51ca6ef1ba
1 changed files with 22 additions and 4 deletions
|
@ -58,10 +58,28 @@
|
|||
};
|
||||
|
||||
i18n.inputMethod = {
|
||||
enable = true;
|
||||
type = "ibus";
|
||||
ibus.engines = with pkgs.ibus-engines; [ libpinyin table-chinese];
|
||||
};
|
||||
enabled = true;
|
||||
type = "fcitx5";
|
||||
addons = with pkgs; [
|
||||
fcitx5-chewing
|
||||
fcitx5-chinese-addons
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
# il8n.inputMethod.enabled = "fcitx5";
|
||||
# il8n.inputMethod.fcitx5.addons = with pkgs; [
|
||||
# fcitx5-chewing
|
||||
# fcitx5-chinese-addons
|
||||
#what is for pinyin?
|
||||
# ];
|
||||
|
||||
# trying FCITX5 first
|
||||
# i18n.inputMethod = {
|
||||
# enable = true;
|
||||
# type = "ibus";
|
||||
# ibus.engines = with pkgs.ibus-engines; [ libpinyin table-chinese];
|
||||
# };
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue