From 51acd348a34446a2040bcd3b329bfda668eafd57 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 6 Feb 2024 09:42:53 +0100 Subject: [PATCH] Add arch linux wiki as search to firefox --- assets/arch.png | Bin 0 -> 750 bytes home/programs/firefox.nix | 11 +++++++++++ 2 files changed, 11 insertions(+) create mode 100644 assets/arch.png diff --git a/assets/arch.png b/assets/arch.png new file mode 100644 index 0000000000000000000000000000000000000000..30bf3a17a4f237c8704869b01f8a7abaee82bef5 GIT binary patch literal 750 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJOS+@4BLl<6e(pbstU$g(vPY0F z14ES>14Ba#1H&(%P{RubhEf9thF1v;3|2E37{m+a>oZ6wpe~&Mzrr?q|p|0%O5Hgg(Atu&OqZBlf2zs7&=&GJ%Akc5>H=O_7_ZS9P*;a z|FqZvh30y?IEF}E4n2QWs>wm1?cv7V)`o@xyN_-?+V}C_`=hQdH~+t>ex5L&H6Y!9 z$$Ik4-0rJs=?6C6w2~}%`z^13-Cn!>H5`AeC9K+%muI|T|M>Z7)#Ue_YbUQfF8uP+ zO#PJjj+j2LxVKJ%8(9L}o@mRjxD?I1pwG!UWY^6_7ua4XlvQ(m5oCWPkYF-T!Jc&n z=cSnHK96qIH68!BQ~t8mG>M&=vuc(t(4nd&t`Q|Ei6yC4$wjF^iowXh$VAt`NY}tD x#K7Fj*wD(zP}{)J%D_Nj=`S4=4Y~O#nQ4`{H3a@}ngG{(YI|2Xz literal 0 HcmV?d00001 diff --git a/home/programs/firefox.nix b/home/programs/firefox.nix index 1ebe783..84a31e6 100644 --- a/home/programs/firefox.nix +++ b/home/programs/firefox.nix @@ -71,6 +71,17 @@ in { icon = "''${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg"; definedAliases = [ "@np" ]; }; + "ArchLinux Wiki" = { + urls = [{ + template = "https://wiki.archlinux.org/index.php"; + params = [ + { name = "search"; value = "{searchTerms}"; } + ]; + }]; + + icon = ./../../assets/arch.png; + definedAliases = [ "@arch" ]; + }; "Packagist" = { urls = [{ template = "https://packagist.org/";