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