10 lines
368 B
Nix
10 lines
368 B
Nix
{
|
|
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={}";
|
|
};
|
|
}
|