From e4ce25e30530059487556cccf8a8604986ccfb8d Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 16 May 2022 11:23:13 -0700 Subject: groq sft thing --- lib/common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/common.nix b/lib/common.nix index 0039650..4b4c2d1 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -213,6 +213,8 @@ in set -g window-status-current-style fg=colour0,bg=colour13 set -g window-status-format '#I) #W ' set -g window-status-current-format '#I) #W ' + # special thing for groq's SFT thing + set -g update-environment "SFT_AUTH_SOCK SSH_AUTH_SOCK SSH_CONNECTION" ''; plugins = with pkgs.tmuxPlugins; [ -- cgit v1.2.3