diff --git a/modules/home/lazygit.nix b/modules/home/lazygit.nix index b0f5f83..81de87d 100644 --- a/modules/home/lazygit.nix +++ b/modules/home/lazygit.nix @@ -2,6 +2,17 @@ programs.lazygit = { enable = true; settings = { + git = { + paging = { + colorArg = "always"; + pager = "DELTA_FEATURES=decorations delta --light --paging=never --line-numbers --hyperlinks --hyperlinks-file-link-format=\"lazygit-edit://{path}:{line}\""; + }; + + commit = { + signOff = true; + }; + }; + gui = { theme = { activeBorderColor = [