From 233e93dbd00bdc2f981ef8b866b35612843a1f13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Reyrol?= Date: Sat, 13 Jan 2024 09:54:13 +0100 Subject: [PATCH] feat(users/gael): add new firefox search engines --- users/gael/home.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/users/gael/home.nix b/users/gael/home.nix index a344671..433e9b4 100644 --- a/users/gael/home.nix +++ b/users/gael/home.nix @@ -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 = [