diff --git a/home/programs/desktop.nix b/home/programs/desktop.nix index 3f9b380..765ce84 100644 --- a/home/programs/desktop.nix +++ b/home/programs/desktop.nix @@ -15,4 +15,10 @@ "$browser" = "google-chrome-stable --new-window --ozone-platform=wayland"; }; }; + + # Extend ghostty configuration from omarchy-nix + programs.ghostty.settings = { + # Automatically handle TERM compatibility for SSH + shell-integration-features = "ssh-env,ssh-terminfo"; + }; }