Fix ghostty termcap.

This commit is contained in:
2025-10-28 19:06:47 +00:00
parent 4907238726
commit 9c64a8ec00

View File

@@ -15,4 +15,10 @@
"$browser" = "google-chrome-stable --new-window --ozone-platform=wayland"; "$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";
};
} }