fix: configure git to use osxkeychain

This commit is contained in:
Michael Thomas 2022-07-02 15:14:22 -04:00
parent bb667867c0
commit edba48310f

View File

@ -11,6 +11,8 @@
neofetch
];
programs.git.extraConfig.credential.helper = "osxkeychain";
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;