mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
13 lines
221 B
Nix
13 lines
221 B
Nix
{
|
|
programs.git = {
|
|
enable = true;
|
|
userEmail = "DumbPuppy208@gmail.com";
|
|
userName = "Elise Corvidae";
|
|
extraConfig = {
|
|
pull.rebase = true;
|
|
color.ui = true;
|
|
};
|
|
lfs.enable = true;
|
|
};
|
|
}
|