13 lines
177 B
Nix
13 lines
177 B
Nix
{ ... }:
|
|
|
|
{
|
|
programs.git = {
|
|
enable = true;
|
|
settings = {
|
|
user = {
|
|
name = "Den Afanasyev";
|
|
email = "ceo@furry.industries";
|
|
};
|
|
};
|
|
};
|
|
}
|