Skip to content

Commit

Permalink
feat(users/gael): add new firefox search engines
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed Jan 13, 2024
1 parent dec66ac commit 233e93d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions users/gael/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,21 @@
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
definedAliases = [ "@nm" ];
};

"PHP Documentation" = {
urls = [{ template = "https://www.php.net/manual-lookup.php?pattern={searchTerms}"; }];
definedAliases = [ "@pd" ];
};

"PHP Packagist" = {
urls = [{ template = "https://packagist.org/?query={searchTerms}"; }];
definedAliases = [ "@pp" ];
};

"Symfony Documentation" = {
urls = [{ template = "https://symfony.com/doc/current/index.html?query={searchTerms}"; }];
definedAliases = [ "@sd" ];
};
};
};
bookmarks = [
Expand Down

0 comments on commit 233e93d

Please sign in to comment.