From 9086c5f3a6704bf020a53a8b1f8e6eacb43c52e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Wed, 2 Oct 2024 15:50:28 +0100 Subject: [PATCH] disable lfs as it causes longs waits --- nixos/git/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/git/home.nix b/nixos/git/home.nix index 547fcd2b..58f960b7 100644 --- a/nixos/git/home.nix +++ b/nixos/git/home.nix @@ -7,7 +7,7 @@ }: { programs.git = { enable = true; - lfs.enable = true; + lfs.enable = false; userName = "Cyryl PÅ‚otnicki"; userEmail = lib.mkDefault "cyplo@cyplo.dev"; delta = {