Browse Source

bug(ssh+gpg): change to pinentry program for mac

Zander Hawke 9 months ago
parent
commit
35c49a322e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      home/meili.nix

+ 3 - 0
home/meili.nix

@@ -1,5 +1,6 @@
 { config
 , lib
+, pkgs
 , ...
 }:
 let
@@ -18,6 +19,8 @@ in
     ./features/nvim
   ];
 
+  services.gpg-agent.pinentry.package = pkgs.pinentry_mac;
+
   programs.fish.interactiveShellInit = ''
     eval "$(/opt/homebrew/bin/brew shellenv)"
   '';