From 8419542ea2f51edd382bca9817d18a30dc511620 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 5 May 2026 21:46:16 +0200 Subject: [PATCH] fix accent Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- home/programs/ghostty/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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 = {