9 lines
213 B
Nix
9 lines
213 B
Nix
{...}: {
|
|
programs = {
|
|
git = {
|
|
enable = true;
|
|
userEmail = "117505144+s0me1newithhand7s@users.noreply.github.com";
|
|
userName = "s0me1newithhand7s";
|
|
};
|
|
};
|
|
}
|