From 747db1cc8c62ce6787af93da41229de036ed6834 Mon Sep 17 00:00:00 2001 From: Anton Date: Fri, 21 Nov 2025 17:17:11 +0100 Subject: [PATCH] feat: git changes Like usual, this never works out first try. It might not be obvious, but I'm also trying to set up signing at the same time as this commit is pushed. Expect dummy commits if I mess it up. --- home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home.nix b/home.nix index b694f63..a1fdbd9 100644 --- a/home.nix +++ b/home.nix @@ -100,6 +100,7 @@ in extraConfig = { init.defaultBranch = "main"; + push.autoSetupRemote = true; "url \"https://github.com/\"".insteadOf = "gh:"; };