{ config, lib, ... }: { options.trackingProtection.disableAll = lib.mkEnableOption "Disable all inbuilt tracking protection"; config.preferences.browser.contentblocking.enabled = lib.mkIf config.trackingProtection.disableAll false; }