This commit is contained in:
alejandro-angulo 2025-11-30 19:05:42 -08:00
parent b385cf3bee
commit 934bb34550
9 changed files with 126 additions and 98 deletions

View file

@ -104,10 +104,12 @@ in
settings = {
quitOnTopLevelReturn = true;
gui.nerdFontsVersion = "3";
git.paging = {
colorArg = "always";
pager = "${pkgs.delta}/bin/delta --dark --paging=never";
};
git.pagers = [
{
colorArg = "always";
pager = "${pkgs.delta}/bin/delta --dark --paging=never";
}
];
};
};
};