mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
Fixes pinentry on darwin
This commit is contained in:
parent
92baf9b91b
commit
4d0cd9db63
2 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
home.file.".gnupg/gpg-agent.conf" = {
|
||||
text = ''
|
||||
pinentry-program "${pkgs.pinentry-curses}/bin/curses"
|
||||
pinentry-program "${pkgs.pinentry-curses}/bin/pinentry"
|
||||
default-cache-ttl 30
|
||||
max-cache-ttl 600
|
||||
'';
|
||||
|
|
|
@ -41,6 +41,7 @@ in {
|
|||
omnisharp-roslyn
|
||||
openssh
|
||||
pass-git-helper
|
||||
pinentry-curses
|
||||
pv
|
||||
ripgrep
|
||||
rsync
|
||||
|
|
Loading…
Add table
Reference in a new issue