build: git settings have been tidied up

This commit is contained in:
wi11-holdsworth 2025-10-22 01:55:04 +11:00
parent 4dc85c014e
commit ae6af79439

View file

@ -1,15 +1,15 @@
{
programs.git = {
enable = true;
delta = {
enable = true;
options.theme = "Dracula";
settings = {
init.defaultBranch = "main";
core.editor = "nvim";
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 = {
# keep-sorted start
a = "add";
@ -30,15 +30,6 @@
s = "status -s";
# keep-sorted end
};
extraConfig = {
init.defaultBranch = "main";
core.editor = "nvim";
push.autoSetupRemote = true;
pull.rebase = false;
};
};
}