gnome: add ibus-engines.rime

This commit is contained in:
Gabriel Ebner 2023-02-27 15:51:20 -08:00
parent 36e5d09e8a
commit d02a0d7a45
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
i18n.inputMethod = {
enabled = "ibus";
ibus.engines = with pkgs.ibus-engines; [ mozc table-others m17n ];
ibus.engines = with pkgs.ibus-engines; [ mozc table-others m17n rime ];
};
environment.systemPackages = with pkgs; [