diff --git a/home.nix b/home.nix index 1acf776..02bfdc4 100644 --- a/home.nix +++ b/home.nix @@ -73,9 +73,9 @@ in profileExtra = '' export VISUAL=nvim # Enable fcitx for sway - export GTK_IM_MODULE=fcitx - export QT_IM_MODULE=fcitx - export XMODIFIERS=@im=fcitx + #export GTK_IM_MODULE=fcitx + #export QT_IM_MODULE=fcitx + #export XMODIFIERS=@im=fcitx # If running from tty1 start sway [ "$(tty)" = "/dev/tty1" ] && exec sway '';