ssh: set SSH_AUTH_SOCK systemwide

This commit is contained in:
Bloxx12 2025-04-12 10:02:21 +02:00
commit 09d2901003
2 changed files with 3 additions and 5 deletions

View file

@ -28,7 +28,6 @@ in
buildInputs = [pkgs.makeWrapper];
postBuild = ''
wrapProgram $out/bin/fish --set STARSHIP_CONFIG "${toml.generate "starship.toml" starship-config}" \
--set SSH_AUTH_SOCK /run/user/1000/ssh-agent \
'';
})
.overrideAttrs (_: {