Skip to content

Commit

Permalink
firefox: add nixvim and searchix
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 21, 2024
1 parent a650c8b commit 24f1585
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions modules/home/programs/graphical/browsers/firefox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,38 @@ in
definedAliases = [ "@no" ];
};

"Nixvim Options" = {
urls = [
{
template = "https://nix-community.github.io/nixvim/NeovimOptions/index.html";
params = [
{
name = "search";
value = "{searchTerms}";
}
];
}
];
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
definedAliases = [ "@nv" ];
};

"Searchix" = {
urls = [
{
template = "https://searchix.alanpearce.eu/all/";
params = [
{
name = "query";
value = "{searchTerms}";
}
];
}
];
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
definedAliases = [ "@sx" ];
};

"NixOS Wiki" = {
urls = [ { template = "https://wiki.nixos.org/w/index.php?search={searchTerms}"; } ];
iconUpdateURL = "https://wiki.nixos.org/favicon.png";
Expand Down

0 comments on commit 24f1585

Please sign in to comment.