dotfiles

andersuno dotfiles
git clone git://git.andersuno.nu/dotfiles.git
Log | Files | Refs | README

commit b7e832eb77504755e85be94a491acd365399773e
parent 0b6bfa5e3e982ede6b39cdc3d7745d5a71b7c0cb
Author: Anders Hedman <anders.hedman01@gmail.com>
Date:   Wed, 23 Oct 2024 21:01:48 +0200

hm: git defaultbranch

Diffstat:
M.config/home-manager/home.nix | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/.config/home-manager/home.nix b/.config/home-manager/home.nix @@ -17,6 +17,11 @@ enable = true; userName = "Anders Hedman"; userEmail = "anders.hedman01gmail.com"; + extraConfig = { + init = { + defaultBranch = "main"; + }; + }; }; # This value determines the Home Manager release that your configuration is