enable git lfs

This commit is contained in:
cswimr 2025-03-07 18:39:10 -06:00
parent a2c549cccf
commit 82ead48cd6
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -58,6 +58,10 @@
enable = true;
userName = user;
userEmail = "seaswimmerthefsh@gmail.com";
lfs = {
enable = true;
skipSmudge = false;
};
extraConfig = {
credential.helper = "${pkgs.git.override { withLibsecret = true; }}/bin/git-credential-libsecret";
push = {