firefox: added nixvim search
This commit is contained in:
parent
702f770b2a
commit
5bbcc023d8
|
@ -71,6 +71,21 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
"Nixvim" = {
|
||||
definedAliases = [ "@nv" ];
|
||||
urls = [
|
||||
{
|
||||
template = "https://nix-community.github.io/nixvim/search/";
|
||||
params = [
|
||||
{
|
||||
name = "query";
|
||||
value = "{searchTerms}";
|
||||
}
|
||||
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
"Home Manager" = {
|
||||
definedAliases = [ "@hm" ];
|
||||
urls = [
|
||||
|
|
|
@ -71,6 +71,21 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
"Nixvim" = {
|
||||
definedAliases = [ "@nv" ];
|
||||
urls = [
|
||||
{
|
||||
template = "https://nix-community.github.io/nixvim/search/";
|
||||
params = [
|
||||
{
|
||||
name = "query";
|
||||
value = "{searchTerms}";
|
||||
}
|
||||
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
"Home Manager" = {
|
||||
definedAliases = [ "@hm" ];
|
||||
urls = [
|
||||
|
|
Loading…
Reference in a new issue