From 9840d72f31749d518a34e845134317bfac47d7b2 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 18 Apr 2024 10:04:18 +0200 Subject: [PATCH] Add TYPO3 Extension Repository as Firefox search --- assets/typo3.png | Bin 0 -> 683 bytes home/programs/firefox.nix | 13 +++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 assets/typo3.png diff --git a/assets/typo3.png b/assets/typo3.png new file mode 100644 index 0000000000000000000000000000000000000000..a89c3056187cb7ee80bc7b6ea84500d51d3dd01a GIT binary patch literal 683 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJOS+@4BLl<6e(pbstU$g(vPY0F z14ES>14Ba#1H&(%P{RubhEf9thF1v;3|2E37{m+a>`v3oZ z`5tYcXB*R3jHR=LqY!_=uUAEnjcxJMrHK8pfF9?e5|vaNYI`ki%Z$>Fdh= zf<=gjQF^gCHz+zLdAc};NL+U93l(AtdGrElZ-3{-3;yio1rfqwyR%~ zH!yLqk?2(qo^h5pLML(SznY`R!nQ@cjbT>%t#5gwOU9pV#cQwh=g~VQ3Z5>XZB_XH zypH_&>FJ-PMVBgn6kB}u0MK=+C9V-ADTyViR>?)FK#IZ0z{o_`z(m*3BE-P`CAsUi@=T87?VDNPHb6Mw<&;$U=D+$N| literal 0 HcmV?d00001 diff --git a/home/programs/firefox.nix b/home/programs/firefox.nix index 8a735c1..89abaa7 100644 --- a/home/programs/firefox.nix +++ b/home/programs/firefox.nix @@ -93,6 +93,19 @@ in { icon = ./../../assets/packagist.png; definedAliases = [ "@packagist" ]; }; + "TYPO3 Extensions (TER)" = { + urls = [{ + template = "https://extensions.typo3.org/"; + params = [ + { name = "L"; value = "0"; } + { name = "id"; value = "1"; } + { name = "tx_solr[q]"; value = "{searchTerms}"; } + ]; + }]; + + icon = ./../../assets/typo3.png; + definedAliases = [ "@ter" ]; + }; "GitHub" = { urls = [{ template = "https://github.com/search";