diff options
author | stuebinm | 2022-06-15 12:14:14 +0200 |
---|---|---|
committer | stuebinm | 2022-06-15 12:15:12 +0200 |
commit | 76ddfaa84a4ff64a2fb40467c32133a40eb0b395 (patch) | |
tree | 9a9b26197c9e237eddbf9583f2d6181c3f5093e1 /home | |
parent | 4d7bd7b346a3a706bc4b6aa6f00b5c6aba16bb25 (diff) |
home: switch to different diff for git
(delta produces memory allocation bugs)
Diffstat (limited to 'home')
-rw-r--r-- | home/home-minimal.nix | 4 |
1 files changed, 3 insertions, 1 deletions
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"; |