13 lines
No EOL
274 B
Nix
13 lines
No EOL
274 B
Nix
{
|
|
# !!! FOR HOME MANAGER Not nix config
|
|
programs.git = {
|
|
enable = true;
|
|
userName = "[REDACTED]";
|
|
userEmail = "[REDACTED]";
|
|
extraConfig = {
|
|
init = {
|
|
defaultBranch = "main";
|
|
};
|
|
};
|
|
};
|
|
} |