From 6dca4251baff554ebd1a82fdeda47ec568d608ad Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Sat, 10 Aug 2024 07:56:03 -0700 Subject: [PATCH] Lazygit updates - Allow escape key to exit lazygit - Enable nerd font icons --- modules/home/tools/git/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/tools/git/default.nix b/modules/home/tools/git/default.nix index 03d34bd..68e4a4a 100644 --- a/modules/home/tools/git/default.nix +++ b/modules/home/tools/git/default.nix @@ -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";