mirror of
https://github.com/BalrajSinghGidda/nixos-dotfiles.git
synced 2026-04-07 09:27:23 +00:00
Fix: Correct git configuration syntax
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user