aboutsummaryrefslogtreecommitdiff
path: root/modules/git.home.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/git.home.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/git.home.nix b/modules/git.home.nix
index 440a7d5..0d1b792 100644
--- a/modules/git.home.nix
+++ b/modules/git.home.nix
@@ -17,6 +17,9 @@
"color" = {
"ui" = true;
};
+ "init" = {
+ defaultBranch = "main";
+ };
"color \"diff-highlight\"" = {
oldNormal = "red bold";
oldHighlight = "red bold 52";
@@ -31,6 +34,7 @@
new = "green bold";
whitespace = "red reverse";
};
+ #"pull" = { rebase = true; };
};
#signing.key = "GPG-KEY-ID";
#signing.signByDefault = true;