home manager: git: add username and email
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
{
|
||||
programs.git.enable = true;
|
||||
programs.git = {
|
||||
enable = true;
|
||||
settings.user = {
|
||||
name = "emmatherock";
|
||||
email = "emanuelxoda@gmail.com";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user