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