From ad342f855b6b1ef0cca9dccea794c8e8b0f9bb0e Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sun, 25 Aug 2024 22:11:02 +0200 Subject: [PATCH] update nixos wiki search engine url --- hosts/del/firefox.nix | 2 +- hosts/hape/firefox.nix | 2 +- hosts/niks/firefox.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/del/firefox.nix b/hosts/del/firefox.nix index b7c85f9..4785735 100644 --- a/hosts/del/firefox.nix +++ b/hosts/del/firefox.nix @@ -22,7 +22,7 @@ aliases = [ "@no" ]; }; "NixOS Wiki" = { - url = "https://nixos.wiki/index.php?search={searchTerms}"; + url = "https://wiki.nixos.org/w/index.php?search={searchTerms}"; faviconPath = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg"; aliases = [ "@nw" ]; }; diff --git a/hosts/hape/firefox.nix b/hosts/hape/firefox.nix index b7c85f9..4785735 100644 --- a/hosts/hape/firefox.nix +++ b/hosts/hape/firefox.nix @@ -22,7 +22,7 @@ aliases = [ "@no" ]; }; "NixOS Wiki" = { - url = "https://nixos.wiki/index.php?search={searchTerms}"; + url = "https://wiki.nixos.org/w/index.php?search={searchTerms}"; faviconPath = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg"; aliases = [ "@nw" ]; }; diff --git a/hosts/niks/firefox.nix b/hosts/niks/firefox.nix index b7c85f9..4785735 100644 --- a/hosts/niks/firefox.nix +++ b/hosts/niks/firefox.nix @@ -22,7 +22,7 @@ aliases = [ "@no" ]; }; "NixOS Wiki" = { - url = "https://nixos.wiki/index.php?search={searchTerms}"; + url = "https://wiki.nixos.org/w/index.php?search={searchTerms}"; faviconPath = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg"; aliases = [ "@nw" ]; };