From 716a1d1f79024dc0629c61bc912a570a4a200a25 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Mon, 23 Mar 2026 11:25:46 -0500 Subject: group mercury cleanup and firefox config updates --- hosts/mercury/config.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hosts/mercury/config.nix') diff --git a/hosts/mercury/config.nix b/hosts/mercury/config.nix index a8b191b..12518f4 100644 --- a/hosts/mercury/config.nix +++ b/hosts/mercury/config.nix @@ -33,7 +33,10 @@ }; programs = { - firefox.enable = true; + firefox = { + enable = true; + extensions.zotero.enable = false; + }; foot.enable = true; research.enable = true; -- cgit v1.3.1