From e51070fb9f7c44894f6bc4e96af115e39fc0016b Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Wed, 5 Mar 2025 16:08:23 -0500 Subject: [PATCH] configure lfs --- modules/users/crow/configs/git.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/users/crow/configs/git.nix b/modules/users/crow/configs/git.nix index 61cfbaa..7a60a88 100644 --- a/modules/users/crow/configs/git.nix +++ b/modules/users/crow/configs/git.nix @@ -9,4 +9,8 @@ }; }; }; + lfs = { + enable = true; + skipSmudge = true; + }; }