Files
nixos-configv3/home/git.nix
2025-12-07 00:53:22 -05:00

8 lines
153 B
Nix

{...}:
{
programs.git = {
enable = true;
userName = "TheCrazyInsanity";
userEmail = "notarealemailcheckmysite@thecrazyinsanity.win";
};
}