mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
15 lines
246 B
Nix
15 lines
246 B
Nix
{
|
|
programs.git = {
|
|
enable = true;
|
|
settings = {
|
|
user = {
|
|
email = "matthew.michal11@gmail.com";
|
|
name = "Matthew Michal";
|
|
};
|
|
pull.rebase = true;
|
|
color.ui = true;
|
|
};
|
|
lfs.enable = true;
|
|
};
|
|
}
|