From 93e27ff97987559f484aa223482969fd9a32717c Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sat, 12 Apr 2025 22:13:41 -0400 Subject: [PATCH] Set git.diff-so-fancy.enable = true; --- home/default.nix | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/home/default.nix b/home/default.nix index f714fe7..92b632f 100644 --- a/home/default.nix +++ b/home/default.nix @@ -58,6 +58,8 @@ in userName = "Dave Gallant"; + diff-so-fancy.enable = true; + lfs.enable = true; aliases = { @@ -84,21 +86,6 @@ in includes = [ { path = "~/.gitconfig-work"; } ]; - delta = { - enable = true; - - options = { - features = "line-numbers decorations"; - whitespace-error-style = "22 reverse"; - plus-style = "green bold ul '#198214'"; - decorations = { - commit-decoration-style = "bold yellow box ul"; - file-style = "bold yellow ul"; - file-decoration-style = "none"; - }; - }; - }; - extraConfig = { push = { default = "current";