From 7e2da79de3f24d030e07493fd8cd360cd8b9153d Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 27 Oct 2025 12:34:07 +0000 Subject: [PATCH] home: jujutsu: set 'ui.diff-editor' Otherwise it keeps nagging me with a hint to set it. I'm not a big fan of this UI, I wish I add something closer to Git's patch interface. --- modules/home/jujutsu/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/jujutsu/default.nix b/modules/home/jujutsu/default.nix index 2eec27e..d24b5ca 100644 --- a/modules/home/jujutsu/default.nix +++ b/modules/home/jujutsu/default.nix @@ -41,6 +41,8 @@ in }; ui = { + # Stop nagging me about it, though I am not a fan of its UI. + diff-editor = ":builtin"; # I don't like word-diff diff-formatter = ":git"; # Does not honor `$PAGER` (anymore)