misc
This commit is contained in:
parent
b385cf3bee
commit
934bb34550
9 changed files with 126 additions and 98 deletions
|
|
@ -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";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue