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