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
|
@ -66,21 +66,6 @@
|
|||
fcitx5-table-extra
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
# 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;
|
||||
|
|
|
@ -90,8 +90,11 @@
|
|||
pciutils # lspci
|
||||
usbutils # lsusb
|
||||
|
||||
#test
|
||||
libchewing
|
||||
#chinese input
|
||||
fcitx5-gtk
|
||||
fcitx5-pinyin-moegirl #dictionary
|
||||
cedict #dictionary
|
||||
libchewing #needed?
|
||||
];
|
||||
|
||||
# Environment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue