feat(ghostty): enable SSH terminfo propagation and install terminfo on NixOS

Enable ssh-env and ssh-terminfo in Ghostty shell integration for automatic
terminfo handling on remote hosts, and add ghostty.terminfo to NixOS system
packages for coverage when Ghostty SSH wrapper is bypassed.
This commit is contained in:
2026-04-13 21:25:35 +08:00
parent 53f8c2ceb3
commit bf01c40ebb
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@
environment.systemPackages = with pkgs; [
curl
git
ghostty.terminfo
vim
wget
];