summaryrefslogtreecommitdiffstats
path: root/modules/desktop/apps/browsers
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2025-01-22 08:19:40 -0500
committerJon Santmyer <jon@jonsantmyer.com>2025-01-22 08:19:40 -0500
commit93280382da83e885d919d3b13f4383c2ac6102d3 (patch)
treeb3196984937ee635143710925bfce2bd5cb6715f /modules/desktop/apps/browsers
parentbe25e99f89ea9c05483e05c104a8c520a030484d (diff)
downloadnix-config-93280382da83e885d919d3b13f4383c2ac6102d3.tar.gz
nix-config-93280382da83e885d919d3b13f4383c2ac6102d3.tar.bz2
nix-config-93280382da83e885d919d3b13f4383c2ac6102d3.zip
update to 24.11
Diffstat (limited to 'modules/desktop/apps/browsers')
-rw-r--r--modules/desktop/apps/browsers/firefox.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/desktop/apps/browsers/firefox.nix b/modules/desktop/apps/browsers/firefox.nix
index 3c647f1..16cd3fd 100644
--- a/modules/desktop/apps/browsers/firefox.nix
+++ b/modules/desktop/apps/browsers/firefox.nix
@@ -47,8 +47,8 @@ in
definedAliases = [ "@np" ];
};
"NixOS Wiki" = {
- urls = [{ template = "https://nixos.wiki/index.php?search={searchTerms}"; }];
- iconUpdateURL = "https://nixos.wiki/favicon.png";
+ urls = [{ template = "https://wiki.nixos.org/index.php?search={searchTerms}"; }];
+ iconUpdateURL = "https://wiki.nixos.org/favicon.png";
updateInterval = 24 * 60 * 60 * 1000;
definedAliases = [ "@nw" ];
};