mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
7 lines
127 B
Nix
7 lines
127 B
Nix
{
|
|
programs.git = {
|
|
enable = true;
|
|
userName = "ISnortPennies";
|
|
userEmail = "ISnortPennies@protonmail.com";
|
|
};
|
|
}
|