From 468bd046ee39df64cd62c4ec42523b3fffd619d1 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Mon, 24 Jun 2024 10:34:22 +0200 Subject: [PATCH] Add git lfs --- modules/home/shell/git/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/shell/git/default.nix b/modules/home/shell/git/default.nix index b73308f..85ecc0a 100644 --- a/modules/home/shell/git/default.nix +++ b/modules/home/shell/git/default.nix @@ -13,6 +13,8 @@ in config = mkIf cfg.enable { programs.git = { enable = true; + lfs.enable = true; + userName = "Florian RICHER"; userEmail = "florian.richer@protonmail.com";