mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 10:35:13 -05:00
refactor: firefox overhaul
This commit is contained in:
parent
9ea002b5a3
commit
a2bf6014ff
85 changed files with 1253 additions and 1133 deletions
37
home-manager/modules/firefox/config/search/development.nix
Normal file
37
home-manager/modules/firefox/config/search/development.nix
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"DNS Checker" = {
|
||||
definedAliases = ["@dn"];
|
||||
icon = ./icons/dn.png;
|
||||
urls = [{template = "https://dnschecker.org/#A/{searchTerms}";}];
|
||||
};
|
||||
"Hackage" = {
|
||||
definedAliases = ["@ha"];
|
||||
icon = ./icons/ha.png;
|
||||
urls = [{template = "https://hackage.haskell.org/packages/search?terms={searchTerms}";}];
|
||||
};
|
||||
"Hoogle" = {
|
||||
definedAliases = ["@ho"];
|
||||
icon = ./icons/ho.png;
|
||||
urls = [{template = "https://www.stackage.org/lts-22.33/hoogle?q={searchTerms}";}];
|
||||
};
|
||||
"Nix Home Manager" = {
|
||||
definedAliases = ["@nh"];
|
||||
icon = ./icons/nx.png;
|
||||
urls = [{template = "https://searchix.alanpearce.eu/options/home-manager/search?query={searchTerms}";}];
|
||||
};
|
||||
"Nix Options" = {
|
||||
definedAliases = ["@no"];
|
||||
icon = ./icons/nx.png;
|
||||
urls = [{template = "https://searchix.alanpearce.eu/options/nixos/search?query={searchTerms}";}];
|
||||
};
|
||||
"Nix Packages" = {
|
||||
definedAliases = ["@np"];
|
||||
icon = ./icons/nx.png;
|
||||
urls = [{template = "https://searchix.alanpearce.eu/packages/nixpkgs/search?query={searchTerms}";}];
|
||||
};
|
||||
"Nix Wiki" = {
|
||||
definedAliases = ["@nw"];
|
||||
icon = ./icons/nx.png;
|
||||
urls = [{template = "https://nixos.wiki/index.php?search={searchTerms}";}];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue