From 024b7a90a30aa645dd5910cd95ab8d1e7682ef99 Mon Sep 17 00:00:00 2001 From: polwex Date: Sun, 26 Oct 2025 01:03:18 +0700 Subject: fcitx ded --- hosts/local/i3.nix | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'hosts/local/i3.nix') 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 = { -- cgit v1.2.3