gitcredentialhelper option renamed

This commit is contained in:
Noah Masur 2023-08-06 18:06:23 -04:00
parent 18fec1d058
commit d2afdd56ae

View File

@ -5,7 +5,7 @@
programs.gh =
lib.mkIf config.home-manager.users.${config.user}.programs.git.enable {
enable = true;
enableGitCredentialHelper = true;
gitCredentialHelper.enable = true;
settings.git_protocol = "https";
};