From e07a7ef22f1d4f7e9787890c4e237366be1f7be6 Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Sat, 25 Jan 2025 11:03:49 +0800 Subject: [PATCH] fix ime of ice-rime --- nixos/modules/i18n.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nixos/modules/i18n.nix b/nixos/modules/i18n.nix index 7dfd297..a7bb7de 100644 --- a/nixos/modules/i18n.nix +++ b/nixos/modules/i18n.nix @@ -36,18 +36,21 @@ in libsForQt5.fcitx5-qt fcitx5-gtk fcitx5-configtool - fcitx5-chinese-addons + fcitx5-fluent (fcitx5-rime.override { rimeDataPkgs = ( with (outputs.packages."${pkgs.system}"); [ rime-ice + rime-zhwiki + rime-moegirl ] ); }) ]; waylandFrontend = true; - ignoreUserConfig = true; + # rime deploy need use user config dir + # ignoreUserConfig = false; settings = { addons = { classicui.globalSection.Theme = "FluentDark-solid";