11 lines
153 B
Nix
Executable file
11 lines
153 B
Nix
Executable file
{
|
|
config,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
programs.git = {
|
|
enable = true;
|
|
userName = "Emile Clark-Boman";
|
|
userEmail = "eclarkboman@gmail.com";
|
|
};
|
|
}
|