add git config
This commit is contained in:
parent
596a61019f
commit
a645e35670
1 changed files with 15 additions and 1 deletions
|
|
@ -1,5 +1,19 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
programs.git = {
|
programs.git = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
user = {
|
||||||
|
name = "Asaki Yuki";
|
||||||
|
email = "vantrong2007vn@gmail.com";
|
||||||
|
};
|
||||||
|
|
||||||
|
init = {
|
||||||
|
defaultBranch = "main";
|
||||||
|
};
|
||||||
|
|
||||||
|
# pull = {
|
||||||
|
# rebase = "";
|
||||||
|
# };
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Reference in a new issue