NiksOS/home/shell/git.nix
2025-06-23 20:39:47 +02:00

11 lines
218 B
Nix

{
programs = {
git = {
enable = true;
userEmail = "jurnwubben@gmail.com";
userName = "Jurn Wubben";
extraConfig.push.autoSetupRemote = true;
};
git-credential-oauth = true;
};
}