about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-08-29 20:05:08 +0900
committersefidel <contact@sefidel.net>2024-09-04 20:46:56 +0900
commit7168ab5a6f32ee8ee90b68ac91b159a20057f8e4 (patch)
tree34027575361220fff6d1d66bcb182269fc59270f
parent5d7ac0e061e7f2ba2acfb3b813c5e82e30590bc7 (diff)
downloadnixrc-7168ab5a6f32ee8ee90b68ac91b159a20057f8e4.tar.gz
nixrc-7168ab5a6f32ee8ee90b68ac91b159a20057f8e4.zip
feat(home/browsing): add consent-o-matic
-rw-r--r--home/profiles/browsing/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/profiles/browsing/default.nix b/home/profiles/browsing/default.nix
index e2baa0a..5634b34 100644
--- a/home/profiles/browsing/default.nix
+++ b/home/profiles/browsing/default.nix
@@ -98,6 +98,7 @@ in
 
         extensions = with pkgs.nur.repos.rycee.firefox-addons; [
           bitwarden
+          consent-o-matic
           kagi-search
           tridactyl
         ];