diff --git a/nix/homeModules/common/firefox.nix b/nix/homeModules/common/firefox.nix index 062dee5e..2c250858 100644 --- a/nix/homeModules/common/firefox.nix +++ b/nix/homeModules/common/firefox.nix @@ -47,7 +47,15 @@ in { in [ addons.ublock-origin addons.privacy-badger - addons.news-feed-eradicator + + /* + Here's to you who want to remove news feed eradicator because you find it annoying: + It is here to annoy you so it is less likely for you to be on the agency inversion path. + DO NOT REMOVE IT. I repeat, DO NOT REMOVE IT. + + If you think it's annoying, go do some jump rope, sing, live. + */ + addons.news-feed-eradicator # did you read the comment above? addons.multi-account-containers ]; };