Fix: Correct git configuration syntax

This commit is contained in:
BalrajSinghGidda
2026-03-20 20:13:51 +05:30
parent 9e2dd03379
commit c06c93b2da

View File

@@ -5,8 +5,10 @@
programs.git = {
enable = true;
# IMPORTANT: Change these to your own details!
userName = "BalrajSinghGidda";
userEmail = "anonystargamerz@gmail.com";
settings = {
user.name = "BalrajSinghGidda";
user.email = "anonystargamerz@gmail.com";
};
};
# GitHub CLI configuration