Add username to git config
This commit is contained in:
parent
4a273dd812
commit
c23248514d
|
@ -155,6 +155,7 @@ in {
|
|||
programs.git = {
|
||||
enable = true;
|
||||
config = {
|
||||
user.name = "coolneng";
|
||||
user.email = "akasroua@gmail.com";
|
||||
safe.directory = "/home/coolneng/Projects/panacea";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue