feat: enable Git LFS and configure credential helper

This commit is contained in:
2025-08-26 09:38:45 -03:00
parent c784df06fd
commit 20c8ecb0bd

View File

@@ -10,6 +10,12 @@
package = pkgs.gitAndTools.gitFull; package = pkgs.gitAndTools.gitFull;
userName = "Thomas Syms"; userName = "Thomas Syms";
userEmail = "thomassyms@gmail.com"; userEmail = "thomassyms@gmail.com";
lfs.enable = true;
extraConfig = {
credential.helper = "${
pkgs.git.override {withLibsecret = true;}
}/bin/git-credential-libsecret";
};
ignores = [ ignores = [
".csvignore" ".csvignore"