Files
dotfiles/users/math/home/cli/git.nix

13 lines
222 B
Nix

{
programs.git = {
enable = true;
userEmail = "matthew.michal11@gmail.com";
userName = "Matthew Michal";
settings = {
pull.rebase = true;
color.ui = true;
};
lfs.enable = true;
};
}