diff options
| author | polwex <polwex@sortug.com> | 2025-10-26 01:03:18 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-10-26 01:03:18 +0700 |
| commit | 024b7a90a30aa645dd5910cd95ab8d1e7682ef99 (patch) | |
| tree | 24a0443f1a468e682e974da27869a28397a5a597 /hosts/local/gui.nix | |
| parent | 6286666f5146b9214a950403d0fd53f13c35e4c1 (diff) | |
fcitx ded
Diffstat (limited to 'hosts/local/gui.nix')
| -rw-r--r-- | hosts/local/gui.nix | 32 |
1 files changed, 18 insertions, 14 deletions
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"; |
