ssh: ignore ghostty terminfo in ssh

This commit is contained in:
Sridhar Ratnakumar 2025-01-13 14:50:16 -05:00
parent e4615f3051
commit dc98b5f22b

View file

@ -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;
};