diff options
author | Ben Sima <bsima@groq.com> | 2022-05-16 11:23:13 -0700 |
---|---|---|
committer | Ben Sima <bsima@groq.com> | 2022-05-16 11:23:36 -0700 |
commit | e4ce25e30530059487556cccf8a8604986ccfb8d (patch) | |
tree | 981d0606f94c389bbcdef53d8d8601f537a61484 /lib | |
parent | 9e17dd69866396ed4c5e265d1e5626708e4904bc (diff) |
groq sft thing
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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; [ |