2024-11-16 13:38:09 -05:00
|
|
|
{
|
|
|
|
programs.git = {
|
|
|
|
config = {
|
2024-12-02 19:57:19 -05:00
|
|
|
init = {
|
|
|
|
defaultBranch = "master";
|
|
|
|
};
|
|
|
|
safe = {
|
|
|
|
directory = "/etc/nixos";
|
|
|
|
};
|
2024-11-16 13:38:09 -05:00
|
|
|
url = {
|
|
|
|
"https://www.coastalcommits.com/" = {
|
|
|
|
insteadOf = [
|
|
|
|
"cc:"
|
|
|
|
"coastalcommits:"
|
|
|
|
];
|
|
|
|
};
|
|
|
|
"https://github.com/" = {
|
|
|
|
insteadOf = [
|
|
|
|
"gh:"
|
|
|
|
"github:"
|
|
|
|
];
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|