Small addition to home manager

This commit is contained in:
Nox Sluijtman 2022-09-26 19:36:06 +02:00
parent 888772be95
commit c98ed3bf85
2 changed files with 5 additions and 1 deletions

View file

@ -92,6 +92,11 @@ To do this, I have the something like the following in my `home.nix`:
};
userEmail = "<user-email>";
userName = "<user-name>";
extraConfig = {
init = {
defaultBranch = "main";
};
};
};
...
```