diff --git a/modules/home/all/ssh.nix b/modules/home/all/ssh.nix index 55ef928..26fc75c 100644 --- a/modules/home/all/ssh.nix +++ b/modules/home/all/ssh.nix @@ -7,6 +7,12 @@ # Note: More defined in juspay.nix matchBlocks = { + "*" = { + setEnv = { + # https://ghostty.org/docs/help/terminfo#configure-ssh-to-fall-back-to-a-known-terminfo-entry + TERM = "xterm-256color"; + }; + }; pureintent = { forwardAgent = true; };