firefox-extensions: comment out everything i dont use, so that auto-updates are less noisy

This commit is contained in:
2024-11-06 09:47:24 +00:00
parent 944e28b64e
commit d440c7e548
2 changed files with 28 additions and 28 deletions

View File

@@ -27,17 +27,17 @@ in
# package = pkgs.firefox-extensions.ctrl-shift-c-should-copy; # package = pkgs.firefox-extensions.ctrl-shift-c-should-copy;
# enable = lib.mkDefault false; # prefer patching firefox source code, so it works in more places # enable = lib.mkDefault false; # prefer patching firefox source code, so it works in more places
# }; # };
ether-metamask = { # ether-metamask = {
enable = lib.mkDefault false; # until i can disable the first-run notification # enable = lib.mkDefault false; # until i can disable the first-run notification
}; # };
firefox-xdg-open = { firefox-xdg-open = {
# test: `xdg-open xdg-open:https://uninsane.org` # test: `xdg-open xdg-open:https://uninsane.org`
suggestedPrograms = [ "firefox-xdg-open" ]; suggestedPrograms = [ "firefox-xdg-open" ];
enable = lib.mkDefault true; enable = lib.mkDefault true;
}; };
i2p-in-private-browsing = { # i2p-in-private-browsing = {
enable = lib.mkDefault config.services.i2p.enable; # enable = lib.mkDefault config.services.i2p.enable;
}; # };
i-still-dont-care-about-cookies = { i-still-dont-care-about-cookies = {
enable = lib.mkDefault false; #< obsoleted by uBlock Origin annoyances/cookies lists enable = lib.mkDefault false; #< obsoleted by uBlock Origin annoyances/cookies lists
}; };

View File

@@ -121,31 +121,31 @@ let
ctrl-shift-c-should-copy = callPackage ./ctrl-shift-c-should-copy { }; ctrl-shift-c-should-copy = callPackage ./ctrl-shift-c-should-copy { };
firefox-xdg-open = callPackage ./firefox-xdg-open { }; firefox-xdg-open = callPackage ./firefox-xdg-open { };
i-still-dont-care-about-cookies = callPackage ./i-still-dont-care-about-cookies { }; i-still-dont-care-about-cookies = callPackage ./i-still-dont-care-about-cookies { };
open-in-mpv = callPackage ./open-in-mpv { }; # open-in-mpv = callPackage ./open-in-mpv { };
passff = callPackage ./passff { }; passff = callPackage ./passff { };
sidebery = callPackage ./sidebery { }; sidebery = callPackage ./sidebery { };
ether-metamask = fetchVersionedAddon rec { # ether-metamask = fetchVersionedAddon rec {
extid = "webextension@metamask.io"; # extid = "webextension@metamask.io";
pname = "ether-metamask"; # pname = "ether-metamask";
url = "https://github.com/MetaMask/metamask-extension/releases/download/v${version}/metamask-firefox-${version}.zip"; # url = "https://github.com/MetaMask/metamask-extension/releases/download/v${version}/metamask-firefox-${version}.zip";
version = "12.6.0"; # version = "12.6.0";
hash = "sha256-6A8xsXDjX2dOYUbcxezr0tJsUMwzDf64n2PaJ55HPcM="; # hash = "sha256-6A8xsXDjX2dOYUbcxezr0tJsUMwzDf64n2PaJ55HPcM=";
}; # };
fx_cast = fetchVersionedAddon rec { # fx_cast = fetchVersionedAddon rec {
extid = "fx_cast@matt.tf"; # extid = "fx_cast@matt.tf";
pname = "fx_cast"; # pname = "fx_cast";
url = "https://github.com/hensm/fx_cast/releases/download/v${version}/fx_cast-${version}.xpi"; # url = "https://github.com/hensm/fx_cast/releases/download/v${version}/fx_cast-${version}.xpi";
version = "0.3.1"; # version = "0.3.1";
hash = "sha256-zaYnUJpJkRAPSCpM3S20PjMS4aeBtQGhXB2wgdlFkSQ="; # hash = "sha256-zaYnUJpJkRAPSCpM3S20PjMS4aeBtQGhXB2wgdlFkSQ=";
}; # };
i2p-in-private-browsing = fetchVersionedAddon rec { # i2p-in-private-browsing = fetchVersionedAddon rec {
extid = "i2ppb@eyedeekay.github.io"; # extid = "i2ppb@eyedeekay.github.io";
pname = "i2p-in-private-browsing"; # pname = "i2p-in-private-browsing";
url = "https://github.com/eyedeekay/I2P-in-Private-Browsing-Mode-Firefox/releases/download/${version}/i2ppb@eyedeekay.github.io.xpi"; # url = "https://github.com/eyedeekay/I2P-in-Private-Browsing-Mode-Firefox/releases/download/${version}/i2ppb@eyedeekay.github.io.xpi";
version = "2.7.1"; # version = "2.7.1";
hash = "sha256-e68O9S2hgG6ob9GR10BCLk0G0z0o/mjRBxWhLes5+Kk="; # hash = "sha256-e68O9S2hgG6ob9GR10BCLk0G0z0o/mjRBxWhLes5+Kk=";
}; # };
sponsorblock = fetchVersionedAddon rec { sponsorblock = fetchVersionedAddon rec {
extid = "sponsorBlocker@ajay.app"; extid = "sponsorBlocker@ajay.app";
pname = "sponsorblock"; pname = "sponsorblock";