13 lines
208 B
Nix
13 lines
208 B
Nix
{...}:
|
|
|
|
{
|
|
programs.git = {
|
|
enable = true;
|
|
signing.format = "openpgp";
|
|
settings = {
|
|
pull.rebase = true;
|
|
extraConfig.init.defaultBranch = "main";
|
|
};
|
|
lfs.enable = true;
|
|
};
|
|
}
|