mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 01:16:55 +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";
|
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||||
definedAliases = [ "@nm" ];
|
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" = {
|
"Home Manager Modules" = {
|
||||||
urls = [
|
urls = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue