From aa0f95bfa3c0088b1276a0d2a6fcf7081f0d7657 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:59:25 -0800 Subject: [PATCH] input method --- systems/BASED.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/systems/BASED.nix b/systems/BASED.nix index 3c8142c..edc91f6 100644 --- a/systems/BASED.nix +++ b/systems/BASED.nix @@ -112,6 +112,14 @@ LC_MESSAGES = "en_US.UTF-8"; LC_ALL = "en_US.UTF-8"; }; + i18n.inputMethod = { + enabled = "fcitx5"; + fcitx5.addons = with pkgs; [ + fcitx5-gtk + fcitx5-mozc + fcitx5-rime + ]; + }; imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];