Disable git.lfs - hoping this will stop the git issues

But I don't think it did
This commit is contained in:
Chris (wolcen) Thompson 2026-01-22 13:28:45 -05:00
parent 9446d1ff84
commit 6570a5b51c

View file

@ -335,7 +335,7 @@ in
programs.zsh.enable = true; programs.zsh.enable = true;
programs.git = { programs.git = {
enable = true; enable = true;
lfs.enable = true; lfs.enable = false;
}; };
# Orchestrator for FOSS VR stack # Orchestrator for FOSS VR stack
#programs.envision = { #programs.envision = {