qutebrowser: Add nix search engines
This commit is contained in:
parent
66f3179d41
commit
4190299030
|
@ -41,9 +41,15 @@
|
||||||
giphy = "https://giphy.com/search/{}";
|
giphy = "https://giphy.com/search/{}";
|
||||||
github = "https://github.com/search?q={}";
|
github = "https://github.com/search?q={}";
|
||||||
google = "https://www.google.fr/search?q={}";
|
google = "https://www.google.fr/search?q={}";
|
||||||
|
hm = homemanager;
|
||||||
|
homemanager = "https://mipmip.github.io/home-manager-option-search/?query={}";
|
||||||
invidious = "https://invidious.frogeye.fr/search?q={}";
|
invidious = "https://invidious.frogeye.fr/search?q={}";
|
||||||
inv = invidious;
|
inv = invidious;
|
||||||
|
nixos = "https://search.nixos.org/options?channel=${config.home.version.release}&query={}";
|
||||||
|
nixpkgs = "https://search.nixos.org/packages?channel=${config.home.version.release}&query={}";
|
||||||
npm = "https://www.npmjs.com/search?q={}";
|
npm = "https://www.npmjs.com/search?q={}";
|
||||||
|
os = nixos;
|
||||||
|
pkgs = nixpkgs;
|
||||||
q = qwant;
|
q = qwant;
|
||||||
qwant = "https://www.qwant.com/?t=web&q={}";
|
qwant = "https://www.qwant.com/?t=web&q={}";
|
||||||
wolfram = "https://www.wolframalpha.com/input/?i={}";
|
wolfram = "https://www.wolframalpha.com/input/?i={}";
|
||||||
|
|
Loading…
Reference in a new issue