9 lines
156 B
Nix
9 lines
156 B
Nix
{ ... }:
|
|
{
|
|
programs.git = {
|
|
enable = true;
|
|
userName = "TheCrazyInsanity";
|
|
userEmail = "notarealemailcheckmysite@thecrazyinsanity.win";
|
|
};
|
|
}
|