add git-filter-repo

This commit is contained in:
Sridhar Ratnakumar 2024-04-05 12:42:19 +11:00
parent 1eec29e99c
commit 1b479ace35

View file

@ -1,6 +1,9 @@
{ pkgs, config, flake, ... }:
{
home.packages = [ pkgs.git-lfs ];
home.packages = with pkgs; [
git-lfs
git-filter-repo
];
programs.git = {
package = pkgs.gitAndTools.gitFull;