Git: Difference between revisions
Links, citations, typos |
m Changed `config.user` to correctly match `settings.user` |
||
| Line 32: | Line 32: | ||
programs.git = { | programs.git = { | ||
enable = true; | enable = true; | ||
settings.user = { | |||
name = "John Doe"; | name = "John Doe"; | ||
email = "johndoe@example.com"; | email = "johndoe@example.com"; | ||