Update NixOS config.

This commit is contained in:
Elias Gasparis 2024-12-14 17:04:26 +08:00
parent 1c8417356e
commit 9e5b7e0fd8

View file

@ -56,7 +56,7 @@
i18n.inputMethod = { i18n.inputMethod = {
enable = true; enable = true;
type = "ibus"; type = "ibus";
ibus.engines = with pkgs.ibus-engines; [ pinyin libpinyin anthy ]; ibus.engines = with pkgs.ibus-engines; [ pinyin libpinyin libchewing anthy ];
}; };
# doesn't work # doesn't work