Install delta as git pager
This commit is contained in:
parent
1519cacfc3
commit
f089149629
1 changed files with 7 additions and 0 deletions
|
@ -102,6 +102,13 @@
|
||||||
chromium.enable = true;
|
chromium.enable = true;
|
||||||
bat.enable = true;
|
bat.enable = true;
|
||||||
|
|
||||||
|
git.delta = {
|
||||||
|
enable = true;
|
||||||
|
options = {
|
||||||
|
syntax-theme = "gruvbox-dark";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
fzf = {
|
fzf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
|
|
Loading…
Reference in a new issue