CrOS/modules/users/crow/configs/git.nix
TheWanderingCrow 663aeffed8 ricing
2024-12-29 20:16:00 -05:00

7 lines
127 B
Nix

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