fix mac config
This commit is contained in:
@@ -74,9 +74,9 @@ in {
|
||||
programs = {
|
||||
fish.enable = true;
|
||||
gnupg.agent = {
|
||||
enable = true;
|
||||
# pinentryPackage = pkgs.pinentry-curses;
|
||||
enableSSHSupport = true;
|
||||
enable = lib.mkDefault true;
|
||||
pinentryPackage = lib.mkForce pkgs.pinentry-qt;
|
||||
enableSSHSupport = lib.mkDefault true;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user