diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-05-11 15:05:29 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-05-11 15:05:29 +0200 |
| commit | 9f411dd0bd0a2a7deacaa78424216a58ee5e4046 (patch) | |
| tree | a7355aa942c2f206c1035cdafab62bac3e56767f | |
| parent | d879c89d3f3ddbd238d9283720b84c75ed2c291e (diff) | |
Made zsh start ssh agent on load
| -rw-r--r-- | home/mun/programs/zsh.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/mun/programs/zsh.nix b/home/mun/programs/zsh.nix index 26756ae..9953550 100644 --- a/home/mun/programs/zsh.nix +++ b/home/mun/programs/zsh.nix @@ -20,5 +20,9 @@ initContent = '' fastfetch --config examples/9.jsonc ''; + + initExtra = '' + export SSH_AUTH_SOCK=/run/user/1000/ssh-agent.socket + ''; }; } |
