summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
Diffstat (limited to 'user')
-rw-r--r--user/settings/git.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/user/settings/git.nix b/user/settings/git.nix
index f53d33a9..e2965724 100644
--- a/user/settings/git.nix
+++ b/user/settings/git.nix
@@ -41,9 +41,6 @@
         algorithm = "patience";
         colorMoved = "default";
       };
-      "difftool.sopsdiffer" = {
-        textconf = "${pkgs.sops}/bin/sops -d";
-      };
       remote = {
         autoSetupMerge = true;
       };