other/git.nix: add default editor and manyFiles

This commit is contained in:
Charlie Root 2025-01-15 09:00:10 +01:00
commit 62e5c7b573
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

View file

@ -15,6 +15,9 @@
gpg.format = "ssh";
commit.gpgsign = "true";
diff.external = "${pkgs.difftastic}/bin/difft";
core = {
editor = "hx";
};
rebase = {
autoSquash = true;
autoStash = true;
@ -23,6 +26,9 @@
enabled = true;
autoupdate = true;
};
feauture = {
manyFiles = true;
};
};
};
}