Enable git lfs support

This commit is contained in:
Bad 2022-09-08 11:45:42 +02:00
parent f481387d5c
commit 4de6ac078d

View file

@ -1,6 +1,7 @@
{ {
programs.git = { programs.git = {
enable = true; enable = true;
lfs.enable = true;
extraConfig = { extraConfig = {
init.defaultBranch = "mistress"; init.defaultBranch = "mistress";