bypass-paywalls-clean: disable

sources are offline, i havent used it for several months anyway
This commit is contained in:
2025-06-21 06:27:20 +00:00
parent 34ea0a2756
commit 0261110fa5

View File

@@ -21,7 +21,7 @@ in
enable = lib.mkDefault true;
};
bypass-paywalls-clean = {
enable = lib.mkDefault true;
enable = lib.mkDefault false;
};
# ctrl-shift-c-should-copy = {
# package = pkgs.firefox-extensions.ctrl-shift-c-should-copy;