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