we want git with LFS support and Co.
This commit is contained in:
parent
04d90a2b1b
commit
bd06d7185a
1 changed files with 6 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue