From a193a08f0bdd55989d194038e1d0ccb422cf881e Mon Sep 17 00:00:00 2001 From: aaron Date: Sun, 15 Mar 2026 23:02:44 +0100 Subject: [PATCH] feature(ghostty): add ssh-terminfo and ssh-env as fallback --- modules/home-manager/ghostty.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/ghostty.nix b/modules/home-manager/ghostty.nix index d71c719..079837b 100644 --- a/modules/home-manager/ghostty.nix +++ b/modules/home-manager/ghostty.nix @@ -11,6 +11,7 @@ gtk-titlebar = false; scrollback-limit = 100000; shell-integration = "zsh"; + shell-integration-features = "ssh-env,ssh-terminfo"; theme = "noctalia"; # generated by noctalia-shell window-decoration = "auto"; window-padding-x = 10; -- 2.47.3