diff options
Diffstat (limited to 'system/keyboard.nix')
| -rw-r--r-- | system/keyboard.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/keyboard.nix b/system/keyboard.nix index 69d10e8..1a3de2f 100644 --- a/system/keyboard.nix +++ b/system/keyboard.nix @@ -22,7 +22,8 @@ }; i18n.inputMethod = { - enabled = "fcitx5"; + enable = true; + type = "fcitx5"; fcitx5.addons = with pkgs; [ fcitx5-mozc ]; }; |