we want git with LFS support and Co.

This commit is contained in:
Christoph Cullmann 2025-01-21 23:35:36 +01:00
parent 04d90a2b1b
commit bd06d7185a
No known key found for this signature in database

View file

@ -320,7 +320,6 @@ in
freecad
fzf
gimp
gitFull
glxinfo
go
gorilla-bin
@ -429,8 +428,12 @@ in
# firefox needs programs.firefox.enable here but no systemPackages entry to have icon and work
programs.firefox.enable = true;
# we want LFS support
programs.git.lfs.enable = true;
# we want git with LFS support and Co.
programs.git = {
enable = true;
lfs.enable = true;
prompt.enable = true;
};
# allow keyboard configure tools to work
hardware.keyboard.qmk.enable = true;