nix-templates/home/work/git.nix

6 lines
No EOL
88 B
Nix

{
programs.git = {
userEmail = "git@evar.dev";
userName = "Evar Smith";
};
}