Compare commits
4 commits
ca201982b9
...
b478f7b1ae
| Author | SHA1 | Date | |
|---|---|---|---|
| b478f7b1ae | |||
| f65bdf0013 | |||
| b7f933e0e5 | |||
| 57e63e4b6d |
1 changed files with 4 additions and 2 deletions
|
|
@ -86,8 +86,10 @@ in
|
|||
};
|
||||
|
||||
ui = {
|
||||
# Delta expects a `git diff` input
|
||||
diff-formatter = ":git";
|
||||
diff = {
|
||||
# Delta expects a `git diff` input
|
||||
format = "git";
|
||||
};
|
||||
|
||||
pager = "${lib.getExe cfg.package}";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue