fix(common): Add ghostty terminfo for SSH compatibility

Installs ghostty.terminfo on all NixOS machines so tmux works
when SSH'ing from a Ghostty terminal.
This commit is contained in:
2026-01-13 14:09:47 -08:00
parent 996fb86ed8
commit 92b6cfb710

View File

@@ -8,6 +8,7 @@
environment.systemPackages = with pkgs; [
git
glances
ghostty.terminfo # So tmux works when SSH'ing from ghostty
pciutils
tree
usbutils