From c3c8688f318063f8cc7e2dfeeddb0f32b2028d64 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Thu, 15 Jan 2026 15:36:03 -0800 Subject: [PATCH] fix(common): make ghostty.terminfo Linux-only --- roles/common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/common.nix b/roles/common.nix index 4247b3f..73970f9 100644 --- a/roles/common.nix +++ b/roles/common.nix @@ -8,11 +8,12 @@ environment.systemPackages = with pkgs; [ git glances - ghostty.terminfo # So tmux works when SSH'ing from ghostty pciutils tree usbutils vim + ] ++ lib.optionals pkgs.stdenv.isLinux [ + ghostty.terminfo # So tmux works when SSH'ing from ghostty ]; nix = {