mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
12 lines
197 B
Nix
12 lines
197 B
Nix
{
|
|
programs.git = {
|
|
enable = true;
|
|
userEmail = "Richie@tmmworkshop.com";
|
|
userName = "Richie Cahill";
|
|
extraConfig = {
|
|
pull.rebase = true;
|
|
color.ui = true;
|
|
};
|
|
};
|
|
}
|