diff options
| author | polwex <polwex@sortug.com> | 2025-10-26 20:02:13 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-10-26 20:02:13 +0700 |
| commit | 3f93fb6a80fffffd880d496d5116be8c41058fa1 (patch) | |
| tree | 5a9cec96eaf31b339ebec314be741096e7aaf2f1 /hosts/local/gui.nix | |
| parent | 024b7a90a30aa645dd5910cd95ab8d1e7682ef99 (diff) | |
fcitx5 fixed upstream
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 de16ac8..cf6beff 100644 --- a/hosts/local/gui.nix +++ b/hosts/local/gui.nix @@ -2,7 +2,11 @@ inputs, pkgs, ... -}: { +}: let + spkgs = import inputs.nixstaging { + system = pkgs.system; + }; +in { environment.systemPackages = with pkgs; [ pavucontrol #terminals @@ -58,19 +62,19 @@ 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 # # |
