Delete nixos/git.nix

This commit is contained in:
cswimr 2025-01-23 16:21:19 -05:00
parent 2408d669ea
commit 0bca96ef27
Signed by: CoastalCommits
GPG key ID: 7E73189F651A553F

View file

@ -1,26 +0,0 @@
{
programs.git = {
config = {
init = {
defaultBranch = "master";
};
safe = {
directory = "/etc/nixos";
};
url = {
"https://www.coastalcommits.com/" = {
insteadOf = [
"cc:"
"coastalcommits:"
];
};
"https://github.com/" = {
insteadOf = [
"gh:"
"github:"
];
};
};
};
};
}