Added lazygit to git module
This also integrates lazygit with delta
This commit is contained in:
parent
1e7d994aa8
commit
6eef2a92da
|
@ -83,5 +83,15 @@ in {
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.lazygit = {
|
||||
enable = true;
|
||||
settings = {
|
||||
git.paging = {
|
||||
colorArg = "always";
|
||||
pager = "${pkgs.delta}/bin/delta --dark --paging=never";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue