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";