add name and mail to git
This commit is contained in:
parent
f0d474481e
commit
2748b3ba9c
1 changed files with 5 additions and 1 deletions
|
|
@ -44,7 +44,11 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
apps.git.enable = true;
|
apps.git = {
|
||||||
|
enable = true;
|
||||||
|
name = "Noa Aarts";
|
||||||
|
email = "itepastra@gmail.com";
|
||||||
|
};
|
||||||
apps.zsh.enable = true;
|
apps.zsh.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue