Enable git lfs

This commit is contained in:
Manuel Thalmann 2024-05-08 15:38:28 +02:00
parent 60ee10b315
commit e371ba31ba

View file

@ -117,7 +117,12 @@
# Programs
programs = {
ssh.startAgent = true;
git.enable = true;
git = {
enable = true;
lfs.enable = true;
};
fish.enable = true;
zsh.enable = true;