added direnv and actually changed username and email in git

This commit is contained in:
Gerg-L 2023-02-08 21:11:45 -05:00
parent c5d0fd4cbf
commit f2e6e564b5
7 changed files with 35 additions and 12 deletions

View file

@ -4,12 +4,15 @@
package = pkgs.gitMinimal;
config = {
user = {
name = "ISnortPennies";
email = "ISnortPennies@protonmail.com";
name = "Gerg-L";
email = "GregLeyda@proton.me";
};
init = {
defaultBranch = "master";
};
push = {
autoSetupRemote = true;
};
};
};
}