reNixos/hand7s/programs/git.nix
2025-04-27 12:47:02 +03:00

9 lines
213 B
Nix

{...}: {
programs = {
git = {
enable = true;
userEmail = "117505144+s0me1newithhand7s@users.noreply.github.com";
userName = "s0me1newithhand7s";
};
};
}