From 62eefb139f7033ccd889761068f69f0586168792 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Sat, 16 Aug 2025 14:52:52 +0200 Subject: [PATCH] up Signed-off-by: Christoph Schmatzler --- modules/home/lazygit.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 = [