From 9892ae3fce8a163bf58329f3028c6f808e6a77ca Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 26 Jun 2023 16:18:51 -0400 Subject: [PATCH] Revert "git: Add attempt at migrating to delta" diff-so-fancy works quite well, and I'm not interested in having syntax highlighting in diffs. --- home/git.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/home/git.nix b/home/git.nix index e100021..cd9da30 100644 --- a/home/git.nix +++ b/home/git.nix @@ -53,13 +53,6 @@ }; }; - delta = { - enable = true; - options = { - diff-so-fancy = true; - hunk-header-style = "file line-number syntax"; - hunk-header-decoration-style = "none"; - }; - }; + diff-so-fancy.enable = true; }; }