diff options
-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; |