mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-12 02:04:09 -05:00
16 lines
275 B
Nix
16 lines
275 B
Nix
{
|
|
programs.git = {
|
|
enable = true;
|
|
userName = "TheWanderingCrow";
|
|
userEmail = "contact@wanderingcrow.net";
|
|
extraConfig = {
|
|
init = {
|
|
defaultBranch = "main";
|
|
};
|
|
};
|
|
lfs = {
|
|
enable = true;
|
|
skipSmudge = true;
|
|
};
|
|
};
|
|
}
|