Firefox: Difference between revisions
Hey, I'm still new to this but I want to expand the wiki to the max :) I have added a little section as an example of using home-manager to customize firefox. I hope this is a good start and will stay on the page and be expanded by other wiki users! |
→Customizing with Home Manager: Removed useless params from code block |
||
| Line 53: | Line 53: | ||
template = "https://search.nixos.org/packages"; | template = "https://search.nixos.org/packages"; | ||
params = [ | params = [ | ||
{ name = "query"; value = "{searchTerms}"; } | { name = "query"; value = "{searchTerms}"; } | ||
]; | ]; | ||
| Line 63: | Line 62: | ||
definedAliases = [ "@no" ]; | definedAliases = [ "@no" ]; | ||
urls = [{ | urls = [{ | ||
template = "https://search.nixos.org/options | template = "https://search.nixos.org/options"; | ||
params = [ | params = [ | ||
{ name = "query"; value = "{searchTerms}"; } | { name = "query"; value = "{searchTerms}"; } | ||