update the home manager search url for firefox
This commit is contained in:
parent
d7f3cbb118
commit
90046388dd
4 changed files with 5 additions and 5 deletions
|
@ -27,7 +27,7 @@
|
||||||
aliases = [ "@nw" ];
|
aliases = [ "@nw" ];
|
||||||
};
|
};
|
||||||
"Home Manager Option Search" = {
|
"Home Manager Option Search" = {
|
||||||
url = "https://mipmip.github.io/home-manager-option-search?query={searchTerms}";
|
url = "https://home-manager-options.extranix.com/?release=master&query={searchTerms}";
|
||||||
faviconPath = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
faviconPath = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||||
aliases = [ "@hm" ];
|
aliases = [ "@hm" ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
aliases = [ "@nw" ];
|
aliases = [ "@nw" ];
|
||||||
};
|
};
|
||||||
"Home Manager Option Search" = {
|
"Home Manager Option Search" = {
|
||||||
url = "https://mipmip.github.io/home-manager-option-search?query={searchTerms}";
|
url = "https://home-manager-options.extranix.com/?release=master&query={searchTerms}";
|
||||||
faviconPath = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
faviconPath = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||||
aliases = [ "@hm" ];
|
aliases = [ "@hm" ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
aliases = [ "@nw" ];
|
aliases = [ "@nw" ];
|
||||||
};
|
};
|
||||||
"Home Manager Option Search" = {
|
"Home Manager Option Search" = {
|
||||||
url = "https://mipmip.github.io/home-manager-option-search?query={searchTerms}";
|
url = "https://home-manager-options.extranix.com/?release=master&query={searchTerms}";
|
||||||
faviconPath = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
faviconPath = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||||
aliases = [ "@hm" ];
|
aliases = [ "@hm" ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -22,12 +22,12 @@
|
||||||
aliases = [ "@no" ];
|
aliases = [ "@no" ];
|
||||||
};
|
};
|
||||||
"NixOS Wiki" = {
|
"NixOS Wiki" = {
|
||||||
url = "https://wiki.nixos.org/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";
|
faviconPath = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||||
aliases = [ "@nw" ];
|
aliases = [ "@nw" ];
|
||||||
};
|
};
|
||||||
"Home Manager Option Search" = {
|
"Home Manager Option Search" = {
|
||||||
url = "https://mipmip.github.io/home-manager-option-search?query={searchTerms}";
|
url = "https://home-manager-options.extranix.com/?release=master&query={searchTerms}";
|
||||||
faviconPath = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
faviconPath = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||||
aliases = [ "@hm" ];
|
aliases = [ "@hm" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue