From 4de6ac078d3aacac271c342d25584586a372b57e Mon Sep 17 00:00:00 2001 From: Bad Date: Thu, 8 Sep 2022 11:45:42 +0200 Subject: [PATCH] Enable git lfs support --- users/profiles/git/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/profiles/git/default.nix b/users/profiles/git/default.nix index 39c9c93..c18a2e2 100644 --- a/users/profiles/git/default.nix +++ b/users/profiles/git/default.nix @@ -1,6 +1,7 @@ { programs.git = { enable = true; + lfs.enable = true; extraConfig = { init.defaultBranch = "mistress";