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/p16 | |
| parent | 6286666f5146b9214a950403d0fd53f13c35e4c1 (diff) | |
fcitx ded
Diffstat (limited to 'hosts/local/p16')
| -rw-r--r-- | hosts/local/p16/keyboard.nix | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/hosts/local/p16/keyboard.nix b/hosts/local/p16/keyboard.nix index f6cfa8c..d335f22 100644 --- a/hosts/local/p16/keyboard.nix +++ b/hosts/local/p16/keyboard.nix @@ -4,26 +4,6 @@ HandlePowerKey = "ignore"; }; - # config file keeps getting rewritten but I don't know by who - # 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 - # ]; - # }; - environment.variables = { - QT_IM_MODULE = "fcitx"; - XMODIFIERS = "@im=fcitx"; - FCITX_SOCKET = "default"; - }; - #kmonad services.kmonad = { enable = true; |
