fix all firefox search engine aliases
changes the prefix from ! to @ previously I had to do `@!alias` to use it not sure why it has to start with @
This commit is contained in:
parent
0d2991bf6e
commit
ecb06829d1
4 changed files with 25 additions and 25 deletions
|
@ -9,42 +9,42 @@
|
|||
"NotASearx" = {
|
||||
url = "https://search.notashelf.dev/search?q={searchTerms}";
|
||||
faviconUrl = "https://search.notashelf.dev/favicon.ico";
|
||||
aliases = [ "!sx" ];
|
||||
aliases = [ "@sx" ];
|
||||
};
|
||||
"NixOS Packages" = {
|
||||
url = "https://search.nixos.org/packages?channel=unstable&query={searchTerms}";
|
||||
faviconPath = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||
aliases = [ "!np" ];
|
||||
aliases = [ "@np" ];
|
||||
};
|
||||
"NixOS Options" = {
|
||||
url = "https://search.nixos.org/options?channel=unstable&query={searchTerms}";
|
||||
faviconPath = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||
aliases = [ "!no" ];
|
||||
aliases = [ "@no" ];
|
||||
};
|
||||
"NixOS Wiki" = {
|
||||
url = "https://nixos.wiki/index.php?search={searchTerms}";
|
||||
faviconPath = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||
aliases = [ "!nw" ];
|
||||
aliases = [ "@nw" ];
|
||||
};
|
||||
"Home Manager Option Search" = {
|
||||
url = "https://mipmip.github.io/home-manager-option-search?query={searchTerms}";
|
||||
faviconPath = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||
aliases = [ "!hm" ];
|
||||
aliases = [ "@hm" ];
|
||||
};
|
||||
"Arch Wiki" = {
|
||||
url = "https://wiki.archlinux.org/index.php?search={searchTerms}";
|
||||
faviconUrl = "https://archlinux.org/favicon.ico";
|
||||
aliases = [ "!aw" ];
|
||||
aliases = [ "@aw" ];
|
||||
};
|
||||
"Gentoo Wiki" = {
|
||||
url = "https://wiki.gentoo.org/index.php?search={searchTerms}";
|
||||
faviconUrl = "https://www.gentoo.org/favicon.ico";
|
||||
aliases = [ "!gw" ];
|
||||
aliases = [ "@gw" ];
|
||||
};
|
||||
"Debian Wiki" = {
|
||||
url = "https://wiki.debian.org/FrontPage?action=fullsearch&value={searchTerms}";
|
||||
faviconUrl = "https://www.debian.org/favicon.ico";
|
||||
aliases = [ "!dw" ];
|
||||
aliases = [ "@dw" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -9,42 +9,42 @@
|
|||
"NotASearx" = {
|
||||
url = "https://search.notashelf.dev/search?q={searchTerms}";
|
||||
faviconUrl = "https://search.notashelf.dev/favicon.ico";
|
||||
aliases = [ "!sx" ];
|
||||
aliases = [ "@sx" ];
|
||||
};
|
||||
"NixOS Packages" = {
|
||||
url = "https://search.nixos.org/packages?channel=unstable&query={searchTerms}";
|
||||
faviconPath = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||
aliases = [ "!np" ];
|
||||
aliases = [ "@np" ];
|
||||
};
|
||||
"NixOS Options" = {
|
||||
url = "https://search.nixos.org/options?channel=unstable&query={searchTerms}";
|
||||
faviconPath = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||
aliases = [ "!no" ];
|
||||
aliases = [ "@no" ];
|
||||
};
|
||||
"NixOS Wiki" = {
|
||||
url = "https://nixos.wiki/index.php?search={searchTerms}";
|
||||
faviconPath = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||
aliases = [ "!nw" ];
|
||||
aliases = [ "@nw" ];
|
||||
};
|
||||
"Home Manager Option Search" = {
|
||||
url = "https://mipmip.github.io/home-manager-option-search?query={searchTerms}";
|
||||
faviconPath = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||
aliases = [ "!hm" ];
|
||||
aliases = [ "@hm" ];
|
||||
};
|
||||
"Arch Wiki" = {
|
||||
url = "https://wiki.archlinux.org/index.php?search={searchTerms}";
|
||||
faviconUrl = "https://archlinux.org/favicon.ico";
|
||||
aliases = [ "!aw" ];
|
||||
aliases = [ "@aw" ];
|
||||
};
|
||||
"Gentoo Wiki" = {
|
||||
url = "https://wiki.gentoo.org/index.php?search={searchTerms}";
|
||||
faviconUrl = "https://www.gentoo.org/favicon.ico";
|
||||
aliases = [ "!gw" ];
|
||||
aliases = [ "@gw" ];
|
||||
};
|
||||
"Debian Wiki" = {
|
||||
url = "https://wiki.debian.org/FrontPage?action=fullsearch&value={searchTerms}";
|
||||
faviconUrl = "https://www.debian.org/favicon.ico";
|
||||
aliases = [ "!dw" ];
|
||||
aliases = [ "@dw" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -9,42 +9,42 @@
|
|||
"NotASearx" = {
|
||||
url = "https://search.notashelf.dev/search?q={searchTerms}";
|
||||
faviconUrl = "https://search.notashelf.dev/favicon.ico";
|
||||
aliases = [ "!sx" ];
|
||||
aliases = [ "@sx" ];
|
||||
};
|
||||
"NixOS Packages" = {
|
||||
url = "https://search.nixos.org/packages?channel=unstable&query={searchTerms}";
|
||||
faviconPath = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||
aliases = [ "!np" ];
|
||||
aliases = [ "@np" ];
|
||||
};
|
||||
"NixOS Options" = {
|
||||
url = "https://search.nixos.org/options?channel=unstable&query={searchTerms}";
|
||||
faviconPath = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||
aliases = [ "!no" ];
|
||||
aliases = [ "@no" ];
|
||||
};
|
||||
"NixOS Wiki" = {
|
||||
url = "https://nixos.wiki/index.php?search={searchTerms}";
|
||||
faviconPath = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||
aliases = [ "!nw" ];
|
||||
aliases = [ "@nw" ];
|
||||
};
|
||||
"Home Manager Option Search" = {
|
||||
url = "https://mipmip.github.io/home-manager-option-search?query={searchTerms}";
|
||||
faviconPath = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||
aliases = [ "!hm" ];
|
||||
aliases = [ "@hm" ];
|
||||
};
|
||||
"Arch Wiki" = {
|
||||
url = "https://wiki.archlinux.org/index.php?search={searchTerms}";
|
||||
faviconUrl = "https://archlinux.org/favicon.ico";
|
||||
aliases = [ "!aw" ];
|
||||
aliases = [ "@aw" ];
|
||||
};
|
||||
"Gentoo Wiki" = {
|
||||
url = "https://wiki.gentoo.org/index.php?search={searchTerms}";
|
||||
faviconUrl = "https://www.gentoo.org/favicon.ico";
|
||||
aliases = [ "!gw" ];
|
||||
aliases = [ "@gw" ];
|
||||
};
|
||||
"Debian Wiki" = {
|
||||
url = "https://wiki.debian.org/FrontPage?action=fullsearch&value={searchTerms}";
|
||||
faviconUrl = "https://www.debian.org/favicon.ico";
|
||||
aliases = [ "!dw" ];
|
||||
aliases = [ "@dw" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -30,7 +30,7 @@ in {
|
|||
default = [{
|
||||
url = "https://startpage.com";
|
||||
name = "Startpage";
|
||||
aliases = [ "!sp" ];
|
||||
aliases = [ "@sp" ];
|
||||
}];
|
||||
description = "search engines";
|
||||
type = attrsOf (submodule {
|
||||
|
|
Loading…
Reference in a new issue