2024-04-24 01:19:44 -04:00

10 lines
151 B
Nix

{ pkgs, config, ... }:
{
programs.git = {
enable = true;
userName = "Michael Thomson";
userEmail = "michael@michaelthomson.dev";
};
}