mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
git: more sensible config
This commit is contained in:
parent
ba08007b41
commit
9937d9cdb3
1 changed files with 7 additions and 1 deletions
|
@ -17,7 +17,13 @@ with lib;
|
|||
signByDefault = true;
|
||||
key = "6FC74C847011FD83";
|
||||
};
|
||||
extraConfig.init.defaultBranch = "main";
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
diff.colorMoved = "zebra";
|
||||
pull.rebase = true;
|
||||
fetch.prune = true;
|
||||
rebase.autoStash = true;
|
||||
};
|
||||
};
|
||||
|
||||
home.extraActivationPath = [ pkgs.gnupg ];
|
||||
|
|
Loading…
Add table
Reference in a new issue