Update NixOS config.

This commit is contained in:
Elias Gasparis 2024-12-14 17:03:52 +08:00
parent eacf7189f0
commit 1c8417356e

View file

@ -53,7 +53,11 @@
LC_TIME = "en_US.UTF-8"; LC_TIME = "en_US.UTF-8";
}; };
i18n.inputMethod = {
enable = true;
type = "ibus";
ibus.engines = with pkgs.ibus-engines; [ pinyin libpinyin anthy ];
};
# doesn't work # doesn't work
# i18n.inputMethod = { # i18n.inputMethod = {