mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 19:16:50 +01:00
update home-manger search option
This commit is contained in:
parent
588a46ef02
commit
8d3837816e
1 changed files with 5 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue