From 15c5050590415fd64e984e994ec77186918cf7b7 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Thu, 18 Jul 2024 00:47:31 -0700 Subject: Update flake version --- system/keyboard.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'system') 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 ]; }; -- cgit v1.2.3