set git store path

This commit is contained in:
2026-02-14 09:41:55 +01:00
parent c0a3213781
commit f22b8ba937
+1 -1
View File
@@ -15,7 +15,7 @@ in
userName = config.vars.hm_git_username;
userEmail = config.vars.usermail;
extraConfig = {
credential.helper="store";
credential.helper="store --file ~/.git-credentials";
};
};
programs.fzf.enable = true;