7 lines
113 B
Nix
7 lines
113 B
Nix
{
|
|
programs.git = {
|
|
enable = true;
|
|
userEmail = "mail@fern.garden";
|
|
userName = "Fern Garden";
|
|
};
|
|
}
|