mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Fixed Git warning
This commit is contained in:
@@ -2,7 +2,9 @@
|
|||||||
{
|
{
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Superredstone";
|
settings.user = {
|
||||||
userEmail = "patrickcanal3@gmail.com";
|
name = "Superredstone";
|
||||||
|
email = "patrickcanal3@gmail.com";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user