Lazygit updates

- Allow escape key to exit lazygit
- Enable nerd font icons
This commit is contained in:
alejandro-angulo 2024-08-10 07:56:03 -07:00
parent ec60cb380d
commit 6dca4251ba
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -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";