diff --git a/modules/desktop/firefox.nix b/modules/desktop/firefox.nix index ab993df..87665e3 100644 --- a/modules/desktop/firefox.nix +++ b/modules/desktop/firefox.nix @@ -186,6 +186,19 @@ icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg"; definedAliases = ["nxwk"]; }; + "Noogle" = { + urls = [ + { + template = "https://noogle.dev/q?term={searchTerms}"; + params = [ + { + name = "q"; + value = "{searchTerms}"; + } + ]; + } + ]; + }; "lib.rs" = { urls = [ {