mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 09:53:55 -05:00
changed git useremail to married name email
This commit is contained in:
parent
6bab93e76f
commit
286d2a399a
|
@ -24,7 +24,7 @@
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Aly Raffauf";
|
userName = "Aly Raffauf";
|
||||||
userEmail = "alychace@gmail.com";
|
userEmail = "alyraffauf@gmail.com";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.bash = {
|
programs.bash = {
|
||||||
|
|
Loading…
Reference in a new issue