Lazygit updates
- Allow escape key to exit lazygit - Enable nerd font icons
This commit is contained in:
parent
ec60cb380d
commit
6dca4251ba
|
@ -87,6 +87,8 @@ in {
|
|||
programs.lazygit = {
|
||||
enable = true;
|
||||
settings = {
|
||||
quitOnTopLevelReturn = true;
|
||||
gui.nerdFontsVersion = "3";
|
||||
git.paging = {
|
||||
colorArg = "always";
|
||||
pager = "${pkgs.delta}/bin/delta --dark --paging=never";
|
||||
|
|
Loading…
Reference in a new issue