1
mirror of https://github.com/wlcx/home.git synced 2025-10-11 14:33:45 +01:00

git: add lfs

This commit is contained in:
Sam W 2023-11-27 19:09:30 +00:00
parent eb0ee2cdce
commit 007d0203bc

View File

@ -2,6 +2,7 @@
home.packages = with pkgs; [ git-open tea ];
programs.git = {
enable = true;
lfs.enable = true;
userName = "Sam Willcocks";
userEmail = "sam@wlcx.cc";