9 lines
158 B
Nix
9 lines
158 B
Nix
{ ... }:
|
|
{
|
|
programs.git = {
|
|
enable = true;
|
|
user.name = "TheCrazyInsanity";
|
|
user.email = "notarealemailcheckmysite@thecrazyinsanity.win";
|
|
};
|
|
}
|