sherlock: update aliases example to use the official NixOS Wiki link

nixos.wiki -> wiki.nixos.org
This commit is contained in:
znmz
2026-05-15 22:15:37 +03:00
committed by Austin Horstman
parent ca77575d39
commit c7fad81970

View File

@@ -71,7 +71,7 @@ in
"NixOS Wiki" = {
name = "NixOS Wiki";
icon = "nixos";
exec = "firefox https://nixos.wiki/index.php?search=%s";
exec = "firefox https://wiki.nixos.org/w/index.php?search=%s";
keywords = "nix wiki docs";
};
};