aboutsummaryrefslogtreecommitdiff
path: root/system/keyboard.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-07-18 00:47:31 -0700
committerCaroline Larimore <caroline@larimo.re>2024-07-18 00:47:31 -0700
commit15c5050590415fd64e984e994ec77186918cf7b7 (patch)
tree749420ecef58297a9b79496c46055474269c98b2 /system/keyboard.nix
parentdc638fe963bf30900962174d3c0a5864f3bdb9b6 (diff)
Update flake version
Diffstat (limited to 'system/keyboard.nix')
-rw-r--r--system/keyboard.nix3
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 ];
};