My nix-darwin and NixOS config
3
fork

Configure Feed

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

fix: install ghostty terminfo on server for SSH compatibility

+2 -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"; 51 47 }; 52 48 }; 53 49 }
+2
modules/server/packages.nix
··· 28 28 ++ resolvePackages cfg.packages.server 29 29 # Server-specific tools not suited to the shared package lists 30 30 ++ (with pkgs; [ 31 + # Ghostty terminfo — allows SSH sessions from Ghostty to work correctly 32 + ghostty.terminfo 31 33 # System inspection 32 34 iotop 33 35 iftop