1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00

add as a separate module

This commit is contained in:
andrey_varnavskiy
2024-11-25 11:47:16 +05:00
parent 524f049f85
commit ec1753a317
3 changed files with 97 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
programs.git = {
enable = true;
userName = "Andrey0189";
userEmail = "varnavsky06@gmail.com";
};
}