14 lines
146 B
Nix
14 lines
146 B
Nix
|
#
|
||
|
# Git
|
||
|
#
|
||
|
|
||
|
{
|
||
|
programs = {
|
||
|
git = {
|
||
|
enable = true;
|
||
|
userName = "Kabbone";
|
||
|
userEmail = "tobias@opel-online.de";
|
||
|
};
|
||
|
};
|
||
|
}
|