Files
nixos-configv3/home/git.nix
2025-12-13 18:51:44 -05:00

9 lines
156 B
Nix

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