added git settings
This commit is contained in:
7
users/richie/home/git.nix
Normal file
7
users/richie/home/git.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userEmail = "Richie@tmmworkshop.com";
|
||||
userName = "Richie Cahill";
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user