build: git settings have been tidied up
This commit is contained in:
parent
4dc85c014e
commit
ae6af79439
1 changed files with 25 additions and 34 deletions
|
|
@ -1,15 +1,15 @@
|
||||||
{
|
{
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
settings = {
|
||||||
delta = {
|
init.defaultBranch = "main";
|
||||||
enable = true;
|
core.editor = "nvim";
|
||||||
options.theme = "Dracula";
|
push.autoSetupRemote = true;
|
||||||
|
pull.rebase = false;
|
||||||
|
user = {
|
||||||
|
name = "wi11-holdsworth";
|
||||||
|
email = "83637728+wi11-holdsworth@users.noreply.github.com";
|
||||||
};
|
};
|
||||||
|
|
||||||
userName = "wi11-holdsworth";
|
|
||||||
userEmail = "83637728+wi11-holdsworth@users.noreply.github.com";
|
|
||||||
|
|
||||||
aliases = {
|
aliases = {
|
||||||
# keep-sorted start
|
# keep-sorted start
|
||||||
a = "add";
|
a = "add";
|
||||||
|
|
@ -30,15 +30,6 @@
|
||||||
s = "status -s";
|
s = "status -s";
|
||||||
# keep-sorted end
|
# keep-sorted end
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = {
|
|
||||||
init.defaultBranch = "main";
|
|
||||||
|
|
||||||
core.editor = "nvim";
|
|
||||||
|
|
||||||
push.autoSetupRemote = true;
|
|
||||||
|
|
||||||
pull.rebase = false;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue