mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
firefox: discourse search engines
This commit is contained in:
parent
3ada078d6e
commit
c02936207c
1 changed files with 14 additions and 0 deletions
|
|
@ -93,6 +93,20 @@ in {
|
||||||
Description = "Search in NixOS options";
|
Description = "Search in NixOS options";
|
||||||
URLTemplate = "https://search.nixos.org/options?query={searchTerms}";
|
URLTemplate = "https://search.nixos.org/options?query={searchTerms}";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Discourse
|
||||||
|
{
|
||||||
|
Name = "NixOS Discourse";
|
||||||
|
Alias = "nd";
|
||||||
|
IconURL = "https://nixos.org/favicon.ico";
|
||||||
|
URLTemplate = "https://discourse.nixos.org/search?q={searchTerms}";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
Name = "Framework Discourse";
|
||||||
|
Alias = "fd";
|
||||||
|
IconURL = "https://frame.work/favicon.ico";
|
||||||
|
URLTemplate = "https://community.frame.work/search?q={searchTerms}";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue