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 = {
|
programs.lazygit = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
quitOnTopLevelReturn = true;
|
||||||
|
gui.nerdFontsVersion = "3";
|
||||||
git.paging = {
|
git.paging = {
|
||||||
colorArg = "always";
|
colorArg = "always";
|
||||||
pager = "${pkgs.delta}/bin/delta --dark --paging=never";
|
pager = "${pkgs.delta}/bin/delta --dark --paging=never";
|
||||||
|
|
Loading…
Reference in a new issue