use kagi for web search
This commit is contained in:
parent
260fd7d573
commit
351fc8384c
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,8 @@ pkgs: lib:
|
|||
let
|
||||
rycee-addons = pkgs.nur.repos.rycee.firefox-addons;
|
||||
custom-addons = import ./custom-addons.nix pkgs lib;
|
||||
in {
|
||||
in
|
||||
{
|
||||
default = lib.concatLists [
|
||||
(with rycee-addons; [
|
||||
ublock-origin
|
||||
|
@ -15,6 +16,7 @@ in {
|
|||
umatrix
|
||||
violentmonkey
|
||||
boring-rss
|
||||
kagi-search
|
||||
# rycee.bypass-paywalls-clean
|
||||
])
|
||||
(with custom-addons; [ http-version-indicator indicatetls sixindicator ])
|
||||
|
|
Loading…
Reference in a new issue