···4444 # ── Misc ────────────────────────────────────────────────────────────
4545 confirm-close-surface = false;
4646 copy-on-select = false;
4747-4848- # Use xterm-256color over SSH — remote machines don't have the
4949- # xterm-ghostty terminfo entry so fall back to a universal term type.
5050- term = "xterm-256color";
5147 };
5248 };
5349}
+2
modules/server/packages.nix
···2828 ++ resolvePackages cfg.packages.server
2929 # Server-specific tools not suited to the shared package lists
3030 ++ (with pkgs; [
3131+ # Ghostty terminfo — allows SSH sessions from Ghostty to work correctly
3232+ ghostty.terminfo
3133 # System inspection
3234 iotop
3335 iftop