home manager: git: add username and email

This commit is contained in:
emmatherock
2026-06-17 16:02:39 -03:00
parent 8b6090acdb
commit c2ac2a7e77
+7 -1
View File
@@ -1,3 +1,9 @@
{ {
programs.git.enable = true; programs.git = {
enable = true;
settings.user = {
name = "emmatherock";
email = "emanuelxoda@gmail.com";
};
};
} }