8 lines
122 B
Nix
8 lines
122 B
Nix
|
{inputs, ...}: {
|
||
|
programs.git = {
|
||
|
enable = true;
|
||
|
userEmail = "mail@joygnu.org";
|
||
|
userName = "joygnu";
|
||
|
};
|
||
|
}
|