My nix-darwin and NixOS config
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: set term to xterm-256color for SSH compatibility

+4
+4
home/programs/ghostty.nix
··· 44 44 # ── Misc ──────────────────────────────────────────────────────────── 45 45 confirm-close-surface = false; 46 46 copy-on-select = false; 47 + 48 + # Use xterm-256color over SSH — remote machines don't have the 49 + # xterm-ghostty terminfo entry so fall back to a universal term type. 50 + term = "xterm-256color"; 47 51 }; 48 52 }; 49 53 }