From 6daf6dfffb7c8b74ee089bdef05df37afc0343f3 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sun, 19 Jan 2025 13:25:12 -0500 Subject: [PATCH] Remove glorified crap getting in the way copy-paste --- modules/home/all/git.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/home/all/git.nix b/modules/home/all/git.nix index 75bad45..f66ab8e 100644 --- a/modules/home/all/git.nix +++ b/modules/home/all/git.nix @@ -14,9 +14,7 @@ in programs.git = { inherit package; - difftastic = { - enable = true; - }; + # difftastic.enable = true; enable = true; userName = flake.config.me.fullname; userEmail = flake.config.me.email;