diff --git a/modules/home/tools/git/default.nix b/modules/home/tools/git/default.nix index 716b046..03d34bd 100644 --- a/modules/home/tools/git/default.nix +++ b/modules/home/tools/git/default.nix @@ -83,5 +83,15 @@ in { }; }; }; + + programs.lazygit = { + enable = true; + settings = { + git.paging = { + colorArg = "always"; + pager = "${pkgs.delta}/bin/delta --dark --paging=never"; + }; + }; + }; }; }