docs(defaults/git): add to comments

This commit is contained in:
electria 2026-04-26 08:36:53 -07:00
commit 4dd72fdcb9
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs

View file

@ -31,8 +31,13 @@ in
credential.helper = "cache";
push.autoSetupRemote = true;
# otherwise git suggests changing the config
# which two people I know have done without understanding
# causing further problems
pull.ff = "only";
merge.conflictStyle = "zdiff3";
merge.conflictStyle = "zdiff3"; # easiest to understand style
commit.verbose = true; # show diffs in commit editor
}
// (lib.optionalAttrs (superCfg.delta.enable && config.nixowos.allowAddingPackages) {