Delete nixos/git.nix
This commit is contained in:
parent
2408d669ea
commit
0bca96ef27
1 changed files with 0 additions and 26 deletions
|
@ -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:"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Reference in a new issue