From e8d42b488ac704a2c46dd6f6122a74e0437090f0 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Fri, 24 Oct 2025 12:11:00 +0200 Subject: [PATCH] minor --- modules/ghostty.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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;