From 5b9b48feded8a558dac448c2071cde7830aa6ebb Mon Sep 17 00:00:00 2001 From: Cookiez Date: Tue, 2 Jun 2026 12:02:35 +0200 Subject: [PATCH] Configured git to be able to use lfs --- modules/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home.nix b/modules/home.nix index 21d635d..9a9a0dd 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -74,6 +74,7 @@ git = { enable = true; + lfs.enable = true; settings = { user = { name = "Cookiez";