Update NixOS config.

This commit is contained in:
Elias Gasparis 2024-12-14 18:47:41 +08:00
parent 215a3e612d
commit 70c21161dd

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 table-chinese]; ibus.engines = with pkgs.ibus-engines; [ libpinyin table-chinese];
}; };
# doesn't work # doesn't work
@ -154,6 +154,7 @@ i18n.inputMethod = {
ibus ibus
ibus-with-plugins ibus-with-plugins
libchewing
]; ];