7 lines
120 B
Nix
7 lines
120 B
Nix
{ ... }: {
|
|
programs.git = {
|
|
enable = true;
|
|
userName = "twoneis";
|
|
userEmail = "sanjay29@sapura.de";
|
|
};
|
|
}
|