8 lines
119 B
Nix
8 lines
119 B
Nix
{...}: {
|
|
programs.git = {
|
|
enable = true;
|
|
userEmail = "pagedmov@gmail.com";
|
|
userName = "pagedmov";
|
|
};
|
|
}
|