diff --git a/modules/hm/ssh.nix b/modules/hm/ssh.nix index b303646..e982433 100644 --- a/modules/hm/ssh.nix +++ b/modules/hm/ssh.nix @@ -5,6 +5,12 @@ serverAliveCountMax = 2; matchBlocks = { + "*" = { + sendEnv = ["TERM"]; + setEnv = { + TERM = "xterm-256color"; # Fix ghostty issue + }; + }; "d10.csb.brainmill.com" = { forwardAgent = true; };