From 43b7f5dda5f63358482d06d5e04b07cb18973508 Mon Sep 17 00:00:00 2001 From: Kenryu Shibata Date: Fri, 27 Sep 2024 01:03:10 +0900 Subject: [PATCH] updated config for input method --- system/hardware/inputMethods.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/hardware/inputMethods.nix b/system/hardware/inputMethods.nix index 51c9470..ada85af 100644 --- a/system/hardware/inputMethods.nix +++ b/system/hardware/inputMethods.nix @@ -2,7 +2,8 @@ { i18n = { inputMethod = { - enabled = "fcitx5"; + enable = true; + type = "fcitx5"; fcitx5 = { waylandFrontend = true; plasma6Support = true;