add name and mail to git

This commit is contained in:
Noa Aarts 2024-05-11 17:57:00 +02:00
parent f0d474481e
commit 2748b3ba9c

View file

@ -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;
}; };