Rid me of gpg-agent

This commit is contained in:
Natsu Kagami 2022-09-12 20:31:15 +02:00
parent 53fcb21a18
commit 78cd53df9b
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
4 changed files with 16 additions and 11 deletions

View file

@ -197,7 +197,11 @@ in
export SDL_VIDEODRIVER=wayland
export QT_QPA_PLATFORM=wayland
export QT_WAYLAND_DISABLE_WINDOWDECORATION="1"
'';
'' + (if config.services.gnome-keyring.enable then ''
# gnome-keyring
eval `${pkgs.gnome.gnome-keyring}/bin/gnome-keyring-daemon -r -d -c secrets,ssh,pkcs11`
export SSH_AUTH_SOCK
'' else "");
# Extra
wrapperFeatures.base = true;
wrapperFeatures.gtk = true;