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 = {