From 419029903039b9b0d2627ba2808678dd9fc66cd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Sun, 7 Jan 2024 22:51:09 +0100 Subject: [PATCH] qutebrowser: Add nix search engines --- hm/desktop/qutebrowser.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hm/desktop/qutebrowser.nix b/hm/desktop/qutebrowser.nix index b8db821..9a8fa60 100644 --- a/hm/desktop/qutebrowser.nix +++ b/hm/desktop/qutebrowser.nix @@ -41,9 +41,15 @@ giphy = "https://giphy.com/search/{}"; github = "https://github.com/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={}"; 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={}"; + os = nixos; + pkgs = nixpkgs; q = qwant; qwant = "https://www.qwant.com/?t=web&q={}"; wolfram = "https://www.wolframalpha.com/input/?i={}";