mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
firefox: nixos packages and options search engine
This commit is contained in:
parent
467f7fec42
commit
3ada078d6e
1 changed files with 16 additions and 0 deletions
|
|
@ -77,6 +77,22 @@ in {
|
||||||
IconURL = "https://git.confusedcompiler.org/favicon.ico";
|
IconURL = "https://git.confusedcompiler.org/favicon.ico";
|
||||||
URLTemplate = "https://git.confusedcompiler.org/explore/repos?q={searchTerms}";
|
URLTemplate = "https://git.confusedcompiler.org/explore/repos?q={searchTerms}";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Nix{,OS,pkgs}
|
||||||
|
{
|
||||||
|
Name = "NixOS Search (Package)";
|
||||||
|
Alias = "np";
|
||||||
|
IconURL = "https://nixos.org/favicon.ico";
|
||||||
|
Description = "Search in nixpkgs";
|
||||||
|
URLTemplate = "https://search.nixos.org/packages?query={searchTerms}";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
Name = "NixOS Search (Options)";
|
||||||
|
Alias = "no";
|
||||||
|
IconURL = "https://nixos.org/favicon.ico";
|
||||||
|
Description = "Search in NixOS options";
|
||||||
|
URLTemplate = "https://search.nixos.org/options?query={searchTerms}";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue