From 6570a5b51c9191ed20b5a50ce617bf6e74312046 Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Thu, 22 Jan 2026 13:28:45 -0500 Subject: [PATCH] Disable git.lfs - hoping this will stop the git issues But I don't think it did --- hosts/default/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 4f8d5af..0a665cf 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -335,7 +335,7 @@ in programs.zsh.enable = true; programs.git = { enable = true; - lfs.enable = true; + lfs.enable = false; }; # Orchestrator for FOSS VR stack #programs.envision = {