7 lines
127 B
Nix
7 lines
127 B
Nix
{ ... }: {
|
|
programs.git = {
|
|
enable = true;
|
|
userName = "Lauren Lagarde";
|
|
userEmail = "lauren@lagarde.dev";
|
|
};
|
|
}
|