added git-lfs to config
This commit is contained in:
parent
4c2aac4d32
commit
96bca243fb
@ -3,5 +3,14 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
userName = "Giulio De Pasquale";
|
userName = "Giulio De Pasquale";
|
||||||
userEmail = "depasquale+git@giugl.io";
|
userEmail = "depasquale+git@giugl.io";
|
||||||
|
extraConfig = {
|
||||||
|
filter."lfs" = {
|
||||||
|
process = "git-lfs filter-process";
|
||||||
|
required = true;
|
||||||
|
clean = "git-lfs clean -- %f";
|
||||||
|
smudge = "git-lfs smudge -- %f";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
home.packages = [ pkgs.git-lfs ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user