Use gnome-keyring more...

This commit is contained in:
Natsu Kagami 2022-10-17 15:58:13 +02:00 committed by Natsu Kagami
parent ecd3e87269
commit 470983b32e
3 changed files with 7 additions and 1 deletions

View file

@ -68,6 +68,9 @@
# Set up direnv
${pkgs.direnv}/bin/direnv hook fish | source
# Set up tty for GPG
export GPG_TTY=(tty)
'';
plugins = [
{

View file

@ -55,7 +55,7 @@
home.file.".gnupg/gpg-agent.conf" = {
text = ''
pinentry-program ${pkgs.kwalletcli}/bin/pinentry-kwallet
pinentry-program ${pkgs.pinentry-gnome}/bin/pinentry-gnome3
'';
onChange = ''
echo "Reloading gpg-agent"