8 lines
120 B
Nix
Executable file
8 lines
120 B
Nix
Executable file
{ ... }:
|
|
{
|
|
programs.git= {
|
|
enable = true;
|
|
userEmail = "cjriddz@protonmail.com";
|
|
userName = "iofq";
|
|
};
|
|
}
|