From 6b8abf9972554cc693af4d0e3c9626926ee63da5 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 26 May 2025 14:41:17 -0400 Subject: [PATCH] add git pack settings --- users/alice/home/git.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/alice/home/git.nix b/users/alice/home/git.nix index 3dddb55..4f79be1 100644 --- a/users/alice/home/git.nix +++ b/users/alice/home/git.nix @@ -29,6 +29,8 @@ color.ui = true; init.defaultBranch = "main"; format.signoff = true; + pack.windowMemory = "2g"; + pack.packSizeLimit = "1g"; }; }; }