13 lines
216 B
Nix
13 lines
216 B
Nix
{
|
|
programs.git = {
|
|
enable = true;
|
|
lfs.enable = true;
|
|
|
|
extraConfig = {
|
|
init.defaultBranch = "mistress";
|
|
pull.ff = "only";
|
|
};
|
|
userEmail = "git@badat.dev";
|
|
userName = "mae";
|
|
};
|
|
}
|