From 32efd0beff95cc0b4567cadcc6aa431cea4b126b Mon Sep 17 00:00:00 2001 From: twoneis Date: Sun, 13 Oct 2024 22:42:39 +0200 Subject: [PATCH] add twitch adblock --- modules/apps/firefox.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/apps/firefox.nix b/modules/apps/firefox.nix index 33db84a..bd1a4cf 100644 --- a/modules/apps/firefox.nix +++ b/modules/apps/firefox.nix @@ -143,6 +143,7 @@ in mkIf conf.apps.enable { youtube-nonstop enhancer-for-youtube firefox-color + purpleadblock ]; }; };