fix(common): make ghostty.terminfo Linux-only
All checks were successful
CI / check (push) Successful in 3m13s

This commit is contained in:
2026-01-15 15:36:03 -08:00
parent 1cee1cd365
commit c3c8688f31

View File

@@ -8,11 +8,12 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git git
glances glances
ghostty.terminfo # So tmux works when SSH'ing from ghostty
pciutils pciutils
tree tree
usbutils usbutils
vim vim
] ++ lib.optionals pkgs.stdenv.isLinux [
ghostty.terminfo # So tmux works when SSH'ing from ghostty
]; ];
nix = { nix = {