mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-28 10:36:34 +01:00
Add noogle to firefox search
This commit is contained in:
parent
339a0d2e5c
commit
02bb294545
1 changed files with 15 additions and 0 deletions
|
@ -286,6 +286,21 @@ in
|
|||
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||
definedAliases = [ "@nm" ];
|
||||
};
|
||||
"Noogle" = {
|
||||
urls = [
|
||||
{
|
||||
template = "https://noogle.dev/q";
|
||||
params = [
|
||||
{
|
||||
name = "term";
|
||||
value = "{searchTerms}";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||
definedAliases = [ "@noogle" ];
|
||||
};
|
||||
"Home Manager Modules" = {
|
||||
urls = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue