7 lines
106 B
Nix
7 lines
106 B
Nix
{
|
|
programs.git = {
|
|
enable = true;
|
|
userName = "EinEtwas";
|
|
userEmail = "ein@etwas.me";
|
|
};
|
|
}
|