Enable git
lfs
This commit is contained in:
parent
60ee10b315
commit
e371ba31ba
1 changed files with 6 additions and 1 deletions
|
@ -117,7 +117,12 @@
|
||||||
# Programs
|
# Programs
|
||||||
programs = {
|
programs = {
|
||||||
ssh.startAgent = true;
|
ssh.startAgent = true;
|
||||||
git.enable = true;
|
|
||||||
|
git = {
|
||||||
|
enable = true;
|
||||||
|
lfs.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
fish.enable = true;
|
fish.enable = true;
|
||||||
zsh.enable = true;
|
zsh.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue