trying to add some fcitx5 dictionary stuff

This commit is contained in:
Elias Gasparis 2025-01-19 14:22:58 +08:00
parent b433ae3303
commit 95a12a432f
2 changed files with 5 additions and 17 deletions

View file

@ -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;