From 669e34d9b64b6e0da9949728e2520f54f03f5ef8 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Sun, 15 Oct 2023 08:52:03 +0800 Subject: [PATCH] home,i18n: `fcitx5-chinese-addons` -> `fcitx5-rime` --- users/guanranwang/home-manager/nixos/i18n.nix | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/users/guanranwang/home-manager/nixos/i18n.nix b/users/guanranwang/home-manager/nixos/i18n.nix index 29d2c23..32e316c 100644 --- a/users/guanranwang/home-manager/nixos/i18n.nix +++ b/users/guanranwang/home-manager/nixos/i18n.nix @@ -5,9 +5,11 @@ i18n.inputMethod = { enabled = "fcitx5"; fcitx5.addons = with pkgs; [ - fcitx5-chinese-addons - fcitx5-pinyin-moegirl # flakes - fcitx5-pinyin-zhwiki + #fcitx5-chinese-addons + #fcitx5-pinyin-moegirl # Using Berberman's FLake overlay + #fcitx5-pinyin-zhwiki + + fcitx5-rime ]; }; @@ -18,4 +20,11 @@ #QT_IM_MODULE = "fcitx"; #XMODIFIERS = "@im=fcitx"; }; + + xdg.dataFile."fcitx5/rime/terra_pinyin.custom.yaml".text = '' + patch: + switches: + - name: simplification + reset: 1 + ''; } \ No newline at end of file