From 76ddfaa84a4ff64a2fb40467c32133a40eb0b395 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 15 Jun 2022 12:14:14 +0200 Subject: home: switch to different diff for git (delta produces memory allocation bugs) --- home/home-minimal.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/home-minimal.nix b/home/home-minimal.nix index a2031dd..e744e61 100644 --- a/home/home-minimal.nix +++ b/home/home-minimal.nix @@ -74,8 +74,10 @@ init.defaultBranch = "main"; }; + # diff-so-fancy.enable = true; + difftastic.enable = true; delta = { - enable = true; + enable = false; options = { decorations = { commit-decoration-style = "bold yellow"; -- cgit v1.2.3