From 1ed51a20ee475dd9d758ae895c96d2e331343f6d Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 5 Mar 2025 10:27:30 +0100 Subject: [PATCH] fixup! Git: update config --- modules/hm/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hm/git.nix b/modules/hm/git.nix index 5726c80..5b90a8c 100644 --- a/modules/hm/git.nix +++ b/modules/hm/git.nix @@ -115,7 +115,7 @@ in wrap-max-lines = "unlimited"; }; diff = { - algorithm = "historgram"; + algorithm = "histogram"; colorMoved = "default"; guitool = "meld"; tool = "meld";