From 024b7a90a30aa645dd5910cd95ab8d1e7682ef99 Mon Sep 17 00:00:00 2001 From: polwex Date: Sun, 26 Oct 2025 01:03:18 +0700 Subject: fcitx ded --- hosts/local/gui.nix | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) (limited to 'hosts/local/gui.nix') diff --git a/hosts/local/gui.nix b/hosts/local/gui.nix index 1532013..de16ac8 100644 --- a/hosts/local/gui.nix +++ b/hosts/local/gui.nix @@ -49,7 +49,7 @@ # chat signal-desktop telegram-desktop - electrum + # electrum # xdg whatever bs glib # gio desktop-file-utils @@ -58,19 +58,23 @@ gparted ]; - i18n.inputMethod = { - enable = true; - type = "fcitx5"; - fcitx5.addons = with pkgs; [ - fcitx5-mozc - # mozc-ut is better, wat do - fcitx5-gtk - libsForQt5.fcitx5-qt - fcitx5-lua - fcitx5-configtool - fcitx5-rime - ]; - }; + # i18n.inputMethod = { + # enable = true; + # type = "fcitx5"; + # fcitx5.addons = with pkgs; [ + # fcitx5-mozc + # # mozc-ut is better, wat do + # # fcitx5-gtk + # # libsForQt5.fcitx5-qt + # fcitx5-lua + # fcitx5-configtool + # fcitx5-rime + # ]; + # }; + # + # https://github.com/NixOS/nixpkgs/issues/454887 + # # + # environment.variables = { GTK_IM_MODULE = "fcitx"; QT_IM_MODULE = "fcitx"; -- cgit v1.2.3