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