diff options
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"; |
