From cf01f0db9eb14fa21fa83cc7490f5809291ff8f9 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 12 Jul 2024 19:29:27 -0400 Subject: [PATCH] aly/firefox/bravesearch: pull icon from CDN --- homes/aly/firefox/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homes/aly/firefox/default.nix b/homes/aly/firefox/default.nix index cd93867f..763a7d2b 100644 --- a/homes/aly/firefox/default.nix +++ b/homes/aly/firefox/default.nix @@ -46,7 +46,8 @@ "Brave" = { definedAliases = ["!brave"]; - icon = "${pkgs.brave}/share/icons/hicolor/24x24/apps/brave-browser.png"; + iconUpdateURL = "https://cdn.search.brave.com/serp/v2/_app/immutable/assets/brave-search-icon.CsIFM2aN.svg"; + updateInterval = 24 * 60 * 60 * 1000; # every day urls = [ {