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
|
let
|
||||||
rycee-addons = pkgs.nur.repos.rycee.firefox-addons;
|
rycee-addons = pkgs.nur.repos.rycee.firefox-addons;
|
||||||
custom-addons = import ./custom-addons.nix pkgs lib;
|
custom-addons = import ./custom-addons.nix pkgs lib;
|
||||||
in {
|
in
|
||||||
|
{
|
||||||
default = lib.concatLists [
|
default = lib.concatLists [
|
||||||
(with rycee-addons; [
|
(with rycee-addons; [
|
||||||
ublock-origin
|
ublock-origin
|
||||||
|
@ -15,6 +16,7 @@ in {
|
||||||
umatrix
|
umatrix
|
||||||
violentmonkey
|
violentmonkey
|
||||||
boring-rss
|
boring-rss
|
||||||
|
kagi-search
|
||||||
# rycee.bypass-paywalls-clean
|
# rycee.bypass-paywalls-clean
|
||||||
])
|
])
|
||||||
(with custom-addons; [ http-version-indicator indicatetls sixindicator ])
|
(with custom-addons; [ http-version-indicator indicatetls sixindicator ])
|
||||||
|
|
Loading…
Reference in a new issue