From 1677e4e9eb5c43dc5c131e29ae7f207186002756 Mon Sep 17 00:00:00 2001 From: Jacob Hinkle Date: Mon, 14 Nov 2022 08:58:12 -0500 Subject: [PATCH] Set default git branch to main. Add unzip to env --- home/jacob.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/jacob.nix b/home/jacob.nix index b0b8322..cd1e6f2 100644 --- a/home/jacob.nix +++ b/home/jacob.nix @@ -55,6 +55,7 @@ spotify-tui sxiv #texlive.combined.scheme-full + unzip xclip xpra zathura @@ -169,6 +170,7 @@ }; extraConfig = { color.ui = "auto"; + init.defaultBranch = "main"; push.default = "simple"; pull.rebase = false; branch.autosetupmerge = true;