mirror of
https://gitlab.com/EternalWanderer/voidcruiser.nl
synced 2025-06-08 22:24:24 +02:00
Small addition to home manager
This commit is contained in:
parent
888772be95
commit
c98ed3bf85
2 changed files with 5 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
...
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue