From 86a5a36783c89063b544fb445419d4ce3c05e178 Mon Sep 17 00:00:00 2001 From: 0xWheatyz Date: Sat, 15 Nov 2025 22:07:39 -0500 Subject: [PATCH] fix: git push.autoUpstreamRemote is now true in home.nix --- home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home.nix b/home.nix index cb74985..6d0a1f2 100644 --- a/home.nix +++ b/home.nix @@ -76,6 +76,7 @@ userEmail = "wyatt@leeworks.dev"; extraConfig = { init.defaultBranch = "master"; + push.autoSetupRemote = "true"; }; };