diff --git a/modules/ghostty.nix b/modules/ghostty.nix index 5b8c9a1..83ae5e8 100644 --- a/modules/ghostty.nix +++ b/modules/ghostty.nix @@ -69,7 +69,10 @@ in # Shell integration shell-integration = "detect"; shell-integration-features = "cursor,sudo,title"; - + + # Terminal type - use widely-supported xterm-256color for SSH compatibility + term = "xterm-256color"; + # Mouse settings mouse-hide-while-typing = true; mouse-shift-capture = false;