diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-18 00:47:31 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-18 00:47:31 -0700 |
| commit | 15c5050590415fd64e984e994ec77186918cf7b7 (patch) | |
| tree | 749420ecef58297a9b79496c46055474269c98b2 /system | |
| parent | dc638fe963bf30900962174d3c0a5864f3bdb9b6 (diff) | |
Update flake version
Diffstat (limited to 'system')
| -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 ]; }; |