Add git-lfs

This commit is contained in:
Sridhar Ratnakumar 2022-08-25 18:28:49 -04:00
parent d0c11b99e2
commit cc2efd13ba

View file

@ -1,5 +1,7 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.git-lfs ];
programs.git = {
package = pkgs.gitAndTools.gitFull;
enable = true;