From 9f8e15d1359cbba04d660a41268c7832a0451380 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sun, 14 Jul 2024 12:59:51 +0200 Subject: [PATCH] add git difftastic --- modules/shell/git.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/shell/git.nix b/modules/shell/git.nix index f1de5e8..0e5337c 100644 --- a/modules/shell/git.nix +++ b/modules/shell/git.nix @@ -17,6 +17,7 @@ extraConfig = { gpg = { format = "ssh"; }; }; + difftastic.enable = true; }; }; }