mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Fix i18n.inputMethod warning
This commit is contained in:
@@ -215,7 +215,8 @@ in
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
||||
i18n.inputMethod = {
|
||||
enabled = "ibus";
|
||||
enable = true;
|
||||
type = "ibus";
|
||||
ibus.engines = with pkgs.ibus-engines; [ anthy ];
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user