From 6de928a60b378bf83ec2f04f69636e6505979c25 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Sun, 7 Jul 2024 22:27:17 +0200 Subject: [PATCH] Enable git difftastic --- home/rothe.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/rothe.nix b/home/rothe.nix index cb339a8..1ce75a5 100644 --- a/home/rothe.nix +++ b/home/rothe.nix @@ -76,6 +76,9 @@ lfs = { enable = true; }; + difftastic = { + enable = true; + }; extraConfig = { core = { editor = "vim";