From 6e3404d77c50199030be6485e52059d0916018eb Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Fri, 10 Feb 2023 15:08:30 -0500 Subject: [PATCH] autoSetupRemote. Amazing. Glad I found this --- home-cli.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home-cli.nix b/home-cli.nix index 5ce3029..29e914c 100644 --- a/home-cli.nix +++ b/home-cli.nix @@ -169,6 +169,9 @@ in syntax-theme = "Nord"; }; }; + extraConfig = { + push.autoSetupRemote = true; + }; }; programs.gh.enable = true;