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/i3.nix | |
| parent | 6286666f5146b9214a950403d0fd53f13c35e4c1 (diff) | |
fcitx ded
Diffstat (limited to 'hosts/local/i3.nix')
| -rw-r--r-- | hosts/local/i3.nix | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/hosts/local/i3.nix b/hosts/local/i3.nix index da9d503..da5dcaf 100644 --- a/hosts/local/i3.nix +++ b/hosts/local/i3.nix @@ -38,11 +38,6 @@ in { defaultSession = "none+i3"; }; - environment.sessionVariables = { - GTK_IM_MODULE = "fcitx"; - QT_IM_MODULE = "fcitx"; - XMODIFIERS = "@im=fcitx"; - }; # gnome stuff services.gvfs.enable = true; programs.dconf.enable = true; @@ -76,14 +71,6 @@ in { ]; services.flatpak.enable = true; - # cjk input - # i18n = { - # inputMethod = { - # type = "fcitx5"; - # fcitx5.addons = with pkgs; [fcitx5-rime fcitx5-mozc]; - # }; - # }; - fonts = { enableDefaultPackages = true; fontconfig = { |
