mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add selfhosted services to qutebroser
This commit is contained in:
parent
92528d7121
commit
614caf7d6f
3 changed files with 38 additions and 26 deletions
|
|
@ -16,10 +16,11 @@
|
|||
};
|
||||
|
||||
searchEngines = {
|
||||
DEFAULT = "https://northboot.xyz/?q={}";
|
||||
np = "https://search.nixos.org/packages?query={}";
|
||||
no = "https://search.nixos.org/options?query={}";
|
||||
hm = "https://home-manager-options.extranix.com/?query={}";
|
||||
DEFAULT = "https://search.muon.host/?q={}";
|
||||
np = "https://search.nixos.org/packages?channel=unstable&query={}";
|
||||
no = "https://search.nixos.org/options?channel=unstable&query={}";
|
||||
hm =
|
||||
"https://home-manager-options.extranix.com/?release=master&query={}";
|
||||
};
|
||||
|
||||
extraConfig = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue