From 885370d922382c59bb0f1a3fb79f45cda19bf3bb Mon Sep 17 00:00:00 2001 From: Bailey Stevens Date: Tue, 18 Jun 2024 16:24:31 -0400 Subject: [PATCH] Adds consent-o-matic to firefox. --- homes/x86_64-linux/friends@gallifrey/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/homes/x86_64-linux/friends@gallifrey/default.nix b/homes/x86_64-linux/friends@gallifrey/default.nix index b24cd49..734fd7c 100644 --- a/homes/x86_64-linux/friends@gallifrey/default.nix +++ b/homes/x86_64-linux/friends@gallifrey/default.nix @@ -28,16 +28,13 @@ in { programs.firefox = { enable = true; - nativeMessagingHosts = with pkgs; [ - browserpass - ]; policies = { BlockAboutConfig = true; }; profiles.default = { extensions = (with pkgs.nur.repos.rycee.firefox-addons; [ - browserpass ublock-origin libredirect + ublock-origin libredirect consent-o-matic ]); settings = { "browser.fixup.domainsuffixwhitelist.lan" = true;