mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
worked on Librewolf's profiles
This commit is contained in:
@@ -380,6 +380,14 @@
|
|||||||
];
|
];
|
||||||
definedAliases = [ "nw" ];
|
definedAliases = [ "nw" ];
|
||||||
};
|
};
|
||||||
|
"Repology" = {
|
||||||
|
urls = [
|
||||||
|
{
|
||||||
|
template = "https://repology.org/projects/?search={searchTerms}";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
definedAliases = [ "rp" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -558,45 +566,13 @@
|
|||||||
];
|
];
|
||||||
definedAliases = [ "map" ];
|
definedAliases = [ "map" ];
|
||||||
};
|
};
|
||||||
"Home Manager Options" = {
|
"Onche.org" = {
|
||||||
urls = [
|
urls = [
|
||||||
{
|
{
|
||||||
template = "https://home-manager-options.extranix.com/";
|
template = "https://onche.org/forum/1/blabla-general/search?by=topic&q={searchTerms}";
|
||||||
params = [
|
|
||||||
{
|
|
||||||
name = "query";
|
|
||||||
value = "{searchTerms}";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
definedAliases = [ "hm" ];
|
definedAliases = [ "on" ];
|
||||||
};
|
|
||||||
"Nix Packages" = {
|
|
||||||
urls = [
|
|
||||||
{
|
|
||||||
template = "https://search.nixos.org/packages";
|
|
||||||
params = [
|
|
||||||
{
|
|
||||||
name = "type";
|
|
||||||
value = "packages";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
name = "query";
|
|
||||||
value = "{searchTerms}";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
}
|
|
||||||
];
|
|
||||||
definedAliases = [ "np" ];
|
|
||||||
};
|
|
||||||
"Nix Wiki" = {
|
|
||||||
urls = [
|
|
||||||
{
|
|
||||||
template = "https://wiki.nixos.org/w/index.php?search={searchTerms}";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
definedAliases = [ "nw" ];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user