Git: Difference between revisions
change number of commits said in the page from 160 000 to 889 000. |
Update git example from deprecated user options to new ones |
||
| Line 21: | Line 21: | ||
programs.git = { | programs.git = { | ||
enable = true; | enable = true; | ||
settings.user = { | |||
name = "John Doe"; | |||
email = "johndoe@example.com"; | |||
}; | |||
}; | }; | ||
</syntaxhighlight> | </syntaxhighlight> | ||