nixos-config/modules/shell/git.nix

14 lines
146 B
Nix

#
# Git
#
{
programs = {
git = {
enable = true;
userName = "Kabbone";
userEmail = "tobias@opel-online.de";
};
};
}