CrOS/modules/users/crow/configs/git.nix
2024-12-29 14:35:20 -05:00

8 lines
144 B
Nix

{
programs.git = {
enable = true;
userName = "TheWanderingCrow";
userEmail = "contact@wanderingcrow.net";
};
}