diff options
author | Shubham Saini <ssaini@fispan.com> | 2023-09-26 08:09:46 +0000 |
---|---|---|
committer | Shubham Saini <ssaini@fispan.com> | 2023-09-26 08:09:46 +0000 |
commit | c7d899b8a10b9b357580e749a03e39ec4eb4f5b4 (patch) | |
tree | e4c10e8af9a9be94c472b79910b208937c578e2d /darwin | |
parent | 8914f97f2c7232c31bf07f0c8e87fcda12194b5f (diff) |
darwin: fix pinentry
Diffstat (limited to 'darwin')
-rw-r--r-- | darwin/home.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/darwin/home.nix b/darwin/home.nix index 0bc3dd6..bfd96cd 100644 --- a/darwin/home.nix +++ b/darwin/home.nix | |||
@@ -31,6 +31,14 @@ | |||
31 | slack | 31 | slack |
32 | ]; | 32 | ]; |
33 | 33 | ||
34 | home.file = { | ||
35 | ".gnupg/gpg-agent.conf" = { | ||
36 | text = '' | ||
37 | pinentry-program ${pkgs.pinentry_mac}/Applications/pinentry-mac.app/Contents/MacOS/pinentry-mac | ||
38 | ''; | ||
39 | }; | ||
40 | }; | ||
41 | |||
34 | programs.home-manager.enable = true; | 42 | programs.home-manager.enable = true; |
35 | programs.zsh = { | 43 | programs.zsh = { |
36 | enable = true; | 44 | enable = true; |