chore(nix): Add some firefox addons
This commit is contained in:
parent
9f96464f78
commit
3436d9b45d
1 changed files with 12 additions and 1 deletions
|
@ -17,8 +17,19 @@ let
|
||||||
"extensions.autoDisableScopes" = 0; # Auto enable extensions
|
"extensions.autoDisableScopes" = 0; # Auto enable extensions
|
||||||
};
|
};
|
||||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
passff
|
# AdBlocker
|
||||||
ublock-origin
|
ublock-origin
|
||||||
|
|
||||||
|
# YouTube
|
||||||
|
enhancer-for-youtube
|
||||||
|
sponsorblock
|
||||||
|
dearrow
|
||||||
|
|
||||||
|
# Other
|
||||||
|
passff
|
||||||
|
tampermonkey
|
||||||
|
indie-wiki-buddy
|
||||||
|
facebook-container
|
||||||
];
|
];
|
||||||
in {
|
in {
|
||||||
home = {
|
home = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue