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 = {
|
i18n.inputMethod = {
|
||||||
enable = true;
|
enabled = true;
|
||||||
type = "ibus";
|
type = "fcitx5";
|
||||||
ibus.engines = with pkgs.ibus-engines; [ libpinyin table-chinese];
|
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.
|
# Enable the X11 windowing system.
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue