shell/default.nix: fix ssh-agent
This commit is contained in:
parent
6825d41ff0
commit
eab21ed260
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ 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 (_: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue