2023-11-10 10:33:41 +00:00
|
|
|
pkgs: lib:
|
|
|
|
let
|
2023-10-19 07:34:06 +00:00
|
|
|
rycee-addons = pkgs.nur.repos.rycee.firefox-addons;
|
|
|
|
custom-addons = import ./custom-addons.nix pkgs lib;
|
2024-02-03 09:11:07 +00:00
|
|
|
in
|
|
|
|
{
|
2023-11-05 17:49:51 +00:00
|
|
|
default = lib.concatLists [
|
|
|
|
(with rycee-addons; [
|
2023-10-08 14:57:57 +00:00
|
|
|
ublock-origin
|
2023-11-05 17:49:51 +00:00
|
|
|
clearurls
|
|
|
|
cookie-autodelete
|
2023-10-08 14:57:57 +00:00
|
|
|
istilldontcareaboutcookies
|
|
|
|
keepassxc-browser
|
2023-11-05 17:49:51 +00:00
|
|
|
redirector
|
|
|
|
ublacklist
|
|
|
|
umatrix
|
|
|
|
violentmonkey
|
|
|
|
boring-rss
|
2024-02-03 09:11:07 +00:00
|
|
|
kagi-search
|
2024-03-04 20:20:48 +00:00
|
|
|
refined-github
|
2023-11-05 17:49:51 +00:00
|
|
|
# rycee.bypass-paywalls-clean
|
|
|
|
])
|
2023-11-10 10:33:41 +00:00
|
|
|
(with custom-addons; [ http-version-indicator indicatetls sixindicator ])
|
2023-11-05 17:49:51 +00:00
|
|
|
];
|
|
|
|
sue = with rycee-addons; [
|
|
|
|
ublock-origin
|
|
|
|
istilldontcareaboutcookies
|
|
|
|
keepassxc-browser
|
|
|
|
custom-addons.simple-style-fox-2
|
|
|
|
];
|
|
|
|
}
|