diff options
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 = { |
