nixos/config/packages/git/default.nix

8 lines
112 B
Nix
Raw Normal View History

2024-07-07 18:11:51 +01:00
{
programs.git = {
enable = true;
userName = "Ethan Lane";
userEmail = "ethan@vylpes.com";
};
}