Small addition to home manager
This commit is contained in:
parent
888772be95
commit
c98ed3bf85
|
@ -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";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue