config/users/carsten/conf/ssh.nix

10 lines
137 B
Nix

{ config
, lib
, pkgs
, ...
} : {
config.programs.zsh.initExtra = ''
SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
'';
}