diff options
-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; [ |