8 lines
123 B
Nix
8 lines
123 B
Nix
{ config, ... }: {
|
|
programs.git = {
|
|
enable = true;
|
|
userName = "chronoblade";
|
|
userEmail = "sophr.temin@ro.ru";
|
|
};
|
|
}
|