Skip to content

Instantly share code, notes, and snippets.

@101v
Created August 12, 2022 09:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 101v/0085143211fdedc30e362996259c1c2b to your computer and use it in GitHub Desktop.
Save 101v/0085143211fdedc30e362996259c1c2b to your computer and use it in GitHub Desktop.
Setup git defaultBranch as extraConfig in nix
programs.git = {
enable = true;
userName = "Vimal Patel";
userEmail = "mailtovimal@gmail.com";
extraConfig = {
init = { defaultBranch = "main"; };
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment