mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
Fixed Git warning
This commit is contained in:
+4
-2
@@ -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