From c98ed3bf85760471d1018854230513e75de3525b Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Mon, 26 Sep 2022 19:36:06 +0200 Subject: [PATCH] Small addition to home manager --- content/rambles/nix-home-manager.md | 5 +++++ content/services.md | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/content/rambles/nix-home-manager.md b/content/rambles/nix-home-manager.md index aa5ae59..c958a84 100644 --- a/content/rambles/nix-home-manager.md +++ b/content/rambles/nix-home-manager.md @@ -92,6 +92,11 @@ To do this, I have the something like the following in my `home.nix`: }; userEmail = ""; userName = ""; + extraConfig = { + init = { + defaultBranch = "main"; + }; + }; }; ... ``` diff --git a/content/services.md b/content/services.md index 1b4c1c2..9f4cc26 100644 --- a/content/services.md +++ b/content/services.md @@ -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." >}} - # [Alpine repository](https://alpine.voidcruiser.nl)[(onion)](http://imerwns46jfdawado7xxb42i2kx7wjy6eyzugxehehxluh4hjqpebmyd.onion) I use [suckless' dwm](https://dwm.suckless.org) on every other machine I use.