update home-manger search option

This commit is contained in:
Johannes Jöns 2024-04-24 20:14:17 +02:00
parent 588a46ef02
commit 8d3837816e

View file

@ -224,12 +224,16 @@ in {
};
"Home Manager Modules" = {
urls = [{
template = "https://mipmip.github.io/home-manager-option-search";
template = "https://home-manager-options.extranix.com/;
params = [
{
name = "query";
value = "{searchTerms}";
}
{
name = "release";
value = "master";
}
];
}];
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";