From a716aca25be5341d35634ea238417ddd9c2fb3e4 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 9 Oct 2024 11:16:55 -0400 Subject: [PATCH] feat(firefox): switch to official nix wiki --- homeManagerModules/firefox/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeManagerModules/firefox/default.nix b/homeManagerModules/firefox/default.nix index 4bc4034b..d8896db4 100644 --- a/homeManagerModules/firefox/default.nix +++ b/homeManagerModules/firefox/default.nix @@ -115,10 +115,10 @@ in { "NixOS Wiki" = { urls = [ { - template = "https://nixos.wiki/index.php?search={searchTerms}"; + template = "https://wiki.nixos.org/w/index.php?search={searchTerms}"; } ]; - iconUpdateURL = "https://nixos.wiki/favicon.png"; + iconUpdateURL = "https://wiki.nixos.org/favicon.ico"; updateInterval = 24 * 60 * 60 * 1000; # every day definedAliases = ["@nw"]; };