add home manager search to firefox

This commit is contained in:
jacekpoz 2023-07-25 13:17:09 +02:00
parent 61a2a91ba7
commit f80ae75cd6

View file

@ -82,6 +82,11 @@
updateInterval = 24 * 60 * 60 * 1000;
definedAliases = [ "@nw" ];
};
"Home Manager Option Search" = {
urls = [{ template = "https://mipmip.github.io/home-manager-option-search/?query={searchTerms}"; }];
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
definedAliases = [ "@hm" ];
};
};
force = true;
};