diff --git a/modules/home/git-conf.nix b/modules/home/git-conf.nix index 8b12cfb..c20fac4 100644 --- a/modules/home/git-conf.nix +++ b/modules/home/git-conf.nix @@ -3,7 +3,7 @@ { home.packages = with pkgs; [ # git-annex - bfg-repo-cleaner + git-filter-repo delta ];