home/git: set pager

This commit is contained in:
Oystein Kristoffer Tveit 2024-10-02 12:31:10 +02:00
parent 1d8c2752f5
commit 9115c0c5c2
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 2 additions and 0 deletions

View File

@ -128,6 +128,8 @@ in
submodule = "log"; submodule = "log";
}; };
pager.show = lib.getExe pkgs.bat;
status = { status = {
showUntrackedFiles = "all"; showUntrackedFiles = "all";
relativePaths = true; relativePaths = true;