trying to add some fcitx5 dictionary stuff
This commit is contained in:
parent
b433ae3303
commit
95a12a432f
2 changed files with 5 additions and 17 deletions
|
@ -67,21 +67,6 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
# 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;
|
||||||
|
|
||||||
|
|
|
@ -90,8 +90,11 @@
|
||||||
pciutils # lspci
|
pciutils # lspci
|
||||||
usbutils # lsusb
|
usbutils # lsusb
|
||||||
|
|
||||||
#test
|
#chinese input
|
||||||
libchewing
|
fcitx5-gtk
|
||||||
|
fcitx5-pinyin-moegirl #dictionary
|
||||||
|
cedict #dictionary
|
||||||
|
libchewing #needed?
|
||||||
];
|
];
|
||||||
|
|
||||||
# Environment
|
# Environment
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue