nix-config/home/git.nix

7 lines
106 B
Nix

{
programs.git = {
enable = true;
userName = "EinEtwas";
userEmail = "ein@etwas.me";
};
}