mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-20 06:09:09 -04:00
16 lines
273 B
Nix
16 lines
273 B
Nix
{
|
|
programs.git = {
|
|
enable = true;
|
|
signing.format = null;
|
|
settings = {
|
|
user = {
|
|
email = "matthew.michal11@gmail.com";
|
|
name = "Matthew Michal";
|
|
};
|
|
pull.rebase = true;
|
|
color.ui = true;
|
|
};
|
|
lfs.enable = true;
|
|
};
|
|
}
|