Files
nixos-configv3/home/git.nix
TheCrazyInsanity af861165e5 idk man
2025-12-18 14:26:37 -05:00

9 lines
156 B
Nix
Executable File

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