mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 03:34:07 +02:00
add more firefox quich search
This commit is contained in:
parent
deab8572cd
commit
56b0b9a728
1 changed files with 38 additions and 0 deletions
|
@ -222,6 +222,33 @@ in {
|
||||||
"${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
"${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||||
definedAliases = [ "@nm" ];
|
definedAliases = [ "@nm" ];
|
||||||
};
|
};
|
||||||
|
"Home Manager Modules" = {
|
||||||
|
urls = [{
|
||||||
|
template = "https://mipmip.github.io/home-manager-option-search";
|
||||||
|
params = [
|
||||||
|
{
|
||||||
|
name = "query";
|
||||||
|
value = "{searchTerms}";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}];
|
||||||
|
icon =
|
||||||
|
"${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||||
|
definedAliases = [ "@hm" ];
|
||||||
|
};
|
||||||
|
"Repology" = {
|
||||||
|
urls = [{
|
||||||
|
template = "https://repology.org/projects";
|
||||||
|
params = [
|
||||||
|
{
|
||||||
|
name = "search";
|
||||||
|
value = "{searchTerms}";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}];
|
||||||
|
iconUpdateURL = "https://raw.githubusercontent.com/repology/repology-webapp/master/repologyapp/static/repology40x40.v1.png";
|
||||||
|
definedAliases = [ "@repo" ];
|
||||||
|
};
|
||||||
"NixOS Wiki" = {
|
"NixOS Wiki" = {
|
||||||
urls = [{
|
urls = [{
|
||||||
template = "https://nixos.wiki/index.php";
|
template = "https://nixos.wiki/index.php";
|
||||||
|
@ -234,6 +261,17 @@ in {
|
||||||
"${config.programs.firefox.profiles.default.search.engines."Nix Packages".icon}";
|
"${config.programs.firefox.profiles.default.search.engines."Nix Packages".icon}";
|
||||||
definedAliases = [ "@nw" ];
|
definedAliases = [ "@nw" ];
|
||||||
};
|
};
|
||||||
|
"Arch Wiki" = {
|
||||||
|
urls = [{
|
||||||
|
template = "https://wiki.archlinux.org/index.php";
|
||||||
|
params = [{
|
||||||
|
name = "search";
|
||||||
|
value = "{searchTerms}";
|
||||||
|
}];
|
||||||
|
}];
|
||||||
|
iconUpdateURL = "https://upload.wikimedia.org/wikipedia/commons/1/13/Arch_Linux_%22Crystal%22_icon.svg";
|
||||||
|
definedAliases = [ "@arch" ];
|
||||||
|
};
|
||||||
"Minecraft Wiki" = {
|
"Minecraft Wiki" = {
|
||||||
urls = [{
|
urls = [{
|
||||||
template = "https://minecraft.wiki/";
|
template = "https://minecraft.wiki/";
|
||||||
|
|
Loading…
Add table
Reference in a new issue