diff --git a/modules/features/git.nix b/modules/features/git.nix index 5559848..7f0659d 100644 --- a/modules/features/git.nix +++ b/modules/features/git.nix @@ -2,6 +2,7 @@ flake.nixosModules.git = { programs.git = { enable = true; + lfs.enable = true; config = { user = { name = "KnightArtorias";