From 6931e1dde08cc6dac406a542ee1e299414dd7ff8 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Thu, 19 Jan 2023 15:17:31 +0100 Subject: [PATCH] Switch fcitx with fcitx5 --- modules/services/i18n/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/services/i18n/default.nix b/modules/services/i18n/default.nix index 957d18b..543f901 100644 --- a/modules/services/i18n/default.nix +++ b/modules/services/i18n/default.nix @@ -10,8 +10,8 @@ in { config = lib.mkIf cfg.enable { # TODO: mozc cannot be configured for some reason i18n.inputMethod = { - enabled = "fcitx"; - fcitx.engines = with pkgs.fcitx-engines; [ mozc ]; + enabled = "fcitx5"; + fcitx5.addons = with pkgs; [ fcitx5-mozc ]; }; environment.systemPackages = with pkgs; [ fcitx5-configtool fcitx5-gtk ];