From d041387b0d6c1f2f859e3ef2b7b69d0c158073c9 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Mon, 8 Sep 2025 14:58:42 -0400 Subject: [PATCH] Add harmony --- modules/graphical/librewolf/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/graphical/librewolf/default.nix b/modules/graphical/librewolf/default.nix index 5b65f6f..76eb783 100644 --- a/modules/graphical/librewolf/default.nix +++ b/modules/graphical/librewolf/default.nix @@ -183,6 +183,12 @@ IconURL = "https://github.com/NixOS/nixos-artwork/raw/refs/heads/master/logo/nix-snowflake-white.svg"; Alias = "nu"; } + { + Name = "Harmony"; + URLTemplate = "https://harmony.pulsewidth.org.uk/release?url={searchTerms}"; + IconURL = "https://harmony.pulsewidth.org.uk/favicon.ico"; + Alias = "hm"; + } ]; Remove = ["Bing" "LibRedirect" "Wikipedia (en)"]; };