From f7dbe0e3fc9da809518e016cd951a5325e22ca82 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Thu, 12 Sep 2024 14:37:33 +0700 Subject: [PATCH] lazygit: revert difftastic to difft --- home/programs/git.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/programs/git.nix b/home/programs/git.nix index 8f752bf..296856c 100644 --- a/home/programs/git.nix +++ b/home/programs/git.nix @@ -2,7 +2,7 @@ { home.packages = with pkgs; [ delta - difftastic + # difftastic ]; programs.git = { enable = true; @@ -62,7 +62,7 @@ git.paging = { colorArg = "always"; pager = "delta --dark --paging=never"; - externalDiffCommand = "difft --color=always --display=inline --syntax-highlight=on --tab-width=2"; + # externalDiffCommand = "difft --color=always --display=inline --syntax-highlight=on --tab-width=2"; }; keybinding = { files = {