fix mac config

This commit is contained in:
mjallen18
2024-03-19 16:26:52 -05:00
parent f62082a35a
commit 64cb797740
4 changed files with 37 additions and 32 deletions

View File

@@ -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;
};
};