Files
nixos-configv3/home/git.nix
2025-12-13 12:19:45 -05:00

9 lines
158 B
Nix

{ ... }:
{
programs.git = {
enable = true;
user.name = "TheCrazyInsanity";
user.email = "notarealemailcheckmysite@thecrazyinsanity.win";
};
}