From 445adc0c553c8e4007add6c1ffa9646490bea854 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Wed, 5 Mar 2025 16:09:02 -0500 Subject: [PATCH] configure lfs --- modules/users/crow/configs/git.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/users/crow/configs/git.nix b/modules/users/crow/configs/git.nix index 7a60a88..0e8c739 100644 --- a/modules/users/crow/configs/git.nix +++ b/modules/users/crow/configs/git.nix @@ -8,9 +8,9 @@ defaultBranch = "main"; }; }; - }; - lfs = { - enable = true; - skipSmudge = true; + lfs = { + enable = true; + skipSmudge = true; + }; }; }