feat: enable Git LFS and configure credential helper
This commit is contained in:
@@ -10,6 +10,12 @@
|
||||
package = pkgs.gitAndTools.gitFull;
|
||||
userName = "Thomas Syms";
|
||||
userEmail = "thomassyms@gmail.com";
|
||||
lfs.enable = true;
|
||||
extraConfig = {
|
||||
credential.helper = "${
|
||||
pkgs.git.override {withLibsecret = true;}
|
||||
}/bin/git-credential-libsecret";
|
||||
};
|
||||
|
||||
ignores = [
|
||||
".csvignore"
|
||||
|
||||
Reference in New Issue
Block a user