19 lines
No EOL
369 B
Nix
19 lines
No EOL
369 B
Nix
{ ... }: {
|
|
programs.git = {
|
|
enable = true;
|
|
settings = {
|
|
user = {
|
|
name = "Asaki Yuki";
|
|
email = "vantrong2007vn@gmail.com";
|
|
};
|
|
|
|
init = {
|
|
defaultBranch = "main";
|
|
};
|
|
|
|
# pull = {
|
|
# rebase = "";
|
|
# };
|
|
};
|
|
};
|
|
} |