mirror of https://git.jolheiser.com/dotnix.git
parent
f4932b247e
commit
59b275a9e1
|
@ -6,6 +6,7 @@
|
||||||
search.force = true;
|
search.force = true;
|
||||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
bitwarden
|
bitwarden
|
||||||
|
clearurls
|
||||||
refined-github
|
refined-github
|
||||||
ublock-origin
|
ublock-origin
|
||||||
];
|
];
|
||||||
|
|
|
@ -38,8 +38,10 @@ in {
|
||||||
};
|
};
|
||||||
url =
|
url =
|
||||||
insteadOf "gh" "github.com"
|
insteadOf "gh" "github.com"
|
||||||
// insteadOf "jojo" "git.jojodev.com"
|
// insteadOf "jj" "git.jojodev.com"
|
||||||
// insteadOf "tea" "gitea.com";
|
// insteadOf "gt" "gitea.com"
|
||||||
|
// insteadOf "gl" "gitlab.com"
|
||||||
|
// insteadOf "cb" "codeberg.org";
|
||||||
};
|
};
|
||||||
delta = {
|
delta = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in New Issue