Modified git config typo.
This commit is contained in:
parent
5a6a342a6f
commit
28f000fa08
|
|
@ -10,9 +10,9 @@ in
|
||||||
{
|
{
|
||||||
# Git configuration.
|
# Git configuration.
|
||||||
programs.git.settings = {
|
programs.git.settings = {
|
||||||
user.name = "Ulysse Cura";
|
user.name = "Ulysse Cura";
|
||||||
user.email = "ulysse.cura@gmail.com";
|
user.email = "ulysse.cura@gmail.com";
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Gnome extensions.
|
# Gnome extensions.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue