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
|
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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue