summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2022-06-15 12:14:14 +0200
committerstuebinm2022-06-15 12:15:12 +0200
commit76ddfaa84a4ff64a2fb40467c32133a40eb0b395 (patch)
tree9a9b26197c9e237eddbf9583f2d6181c3f5093e1
parent4d7bd7b346a3a706bc4b6aa6f00b5c6aba16bb25 (diff)
home: switch to different diff for git
(delta produces memory allocation bugs)
-rw-r--r--home/home-minimal.nix4
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";