diff --git a/home/programs/ghostty/default.nix b/home/programs/ghostty/default.nix index f865234..1258c91 100644 --- a/home/programs/ghostty/default.nix +++ b/home/programs/ghostty/default.nix @@ -2,6 +2,8 @@ home.sessionVariables = { TERMINAL = "ghostty"; TERM = "ghostty"; + XMODIFIERS = "@im=none"; + GTK_IM_MODULE = "simple"; }; programs.ghostty = {