who even knows

This commit is contained in:
iofq 2025-03-13 02:56:59 -05:00
parent d2b7eefd89
commit 470b9379f5
13 changed files with 523 additions and 248 deletions

View file

@ -37,10 +37,15 @@
ui = {
pager = "${pkgs.bat}/bin/bat";
default-command = ["log"];
conflict-marker-style = "git";
merge-editor = "vimdiff";
};
snapshot = {
max-new-file-size = "10MiB";
};
git = {
subprocess = true;
};
};
};
}