8 lines
111 B
Nix
8 lines
111 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
programs.git = {
|
||
|
userName = "Joshua Potter";
|
||
|
userEmail = "jrpotter2112@gmail.com";
|
||
|
};
|
||
|
}
|