Use gnome-keyring more...
This commit is contained in:
parent
ecd3e87269
commit
470983b32e
3 changed files with 7 additions and 1 deletions
|
@ -68,6 +68,9 @@
|
|||
|
||||
# Set up direnv
|
||||
${pkgs.direnv}/bin/direnv hook fish | source
|
||||
|
||||
# Set up tty for GPG
|
||||
export GPG_TTY=(tty)
|
||||
'';
|
||||
plugins = [
|
||||
{
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue