mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
added direnv and actually changed username and email in git
This commit is contained in:
parent
c5d0fd4cbf
commit
f2e6e564b5
7 changed files with 35 additions and 12 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue