From c02936207c550571939b2dab2eaeb6123f62f6cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Fri, 30 May 2025 15:11:17 +0200 Subject: [PATCH] firefox: discourse search engines --- nix/configurations/vanadium/home/firefox.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/nix/configurations/vanadium/home/firefox.nix b/nix/configurations/vanadium/home/firefox.nix index 57ca6a74..a362ee59 100644 --- a/nix/configurations/vanadium/home/firefox.nix +++ b/nix/configurations/vanadium/home/firefox.nix @@ -93,6 +93,20 @@ in { Description = "Search in NixOS options"; URLTemplate = "https://search.nixos.org/options?query={searchTerms}"; } + + # Discourse + { + Name = "NixOS Discourse"; + Alias = "nd"; + IconURL = "https://nixos.org/favicon.ico"; + URLTemplate = "https://discourse.nixos.org/search?q={searchTerms}"; + } + { + Name = "Framework Discourse"; + Alias = "fd"; + IconURL = "https://frame.work/favicon.ico"; + URLTemplate = "https://community.frame.work/search?q={searchTerms}"; + } ]; }; };