From 0d7c23aeec90a515f13e363ec62a20b6c3a8742e Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Thu, 4 Sep 2025 08:09:30 +0200 Subject: [PATCH] jj --- modules/home/jujutsu.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/home/jujutsu.nix b/modules/home/jujutsu.nix index d4fb04c..fa8823e 100644 --- a/modules/home/jujutsu.nix +++ b/modules/home/jujutsu.nix @@ -6,6 +6,13 @@ name = "Christoph Schmatzler"; email = "christoph@schmatzler.com"; }; + diff = { + tool = "delta"; + }; + ui = { + diff-formatter = ":git"; + pager = ["delta" "--pager" "less -FRX"]; + }; }; }; }