Git: Difference between revisions

Links, citations, typos
CNap (talk | contribs)
m Changed `config.user` to correctly match `settings.user`
 
Line 32: Line 32:
programs.git = {
programs.git = {
   enable = true;
   enable = true;
   config.user = {
   settings.user = {
     name  = "John Doe";
     name  = "John Doe";
     email = "johndoe@example.com";
     email = "johndoe@example.com";