nix-config/modules/browsers/qutebrowser/search-engines.nix

11 lines
368 B
Nix
Raw Permalink Normal View History

2025-07-27 23:31:58 +01:00
{
flake.modules.homeManager.gui.programs.qutebrowser.searchEngines = {
dp = "https://www.drupal.org/project/{}";
du = "https://www.drupal.org/u/{}";
gh = "https://github.com/search?q={}";
mn = "https://mynixos.com/search?q={}";
nx = "https://search.nixos.org/packages?query={}";
yt = "https://www.youtube.com/results?search_query={}";
};
}