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>"; userEmail = "<user-email>";
userName = "<user-name>"; userName = "<user-name>";
extraConfig = {
init = {
defaultBranch = "main";
};
};
}; };
... ...
``` ```

View file

@ -17,7 +17,6 @@ At the very least I think the default theme looks quite nice these days.
{{< noscript content="SearXNG does make use of JavaScript for certain functions, but it's purely to make using it a smoother experiece and it's perfectly functional without JavaScript." >}} {{< noscript content="SearXNG does make use of JavaScript for certain functions, but it's purely to make using it a smoother experiece and it's perfectly functional without JavaScript." >}}
# [Alpine repository](https://alpine.voidcruiser.nl)[(onion)](http://imerwns46jfdawado7xxb42i2kx7wjy6eyzugxehehxluh4hjqpebmyd.onion) # [Alpine repository](https://alpine.voidcruiser.nl)[(onion)](http://imerwns46jfdawado7xxb42i2kx7wjy6eyzugxehehxluh4hjqpebmyd.onion)
I use [suckless' dwm](https://dwm.suckless.org) on every other machine I use. I use [suckless' dwm](https://dwm.suckless.org) on every other machine I use.