git: enable lfs
This commit is contained in:
parent
f54f98ea4e
commit
faca1d3c81
|
@ -4,6 +4,7 @@ in {
|
|||
config = {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
extraConfig = {
|
||||
user = {
|
||||
name = username;
|
||||
|
|
Loading…
Reference in a new issue