diff options
Diffstat (limited to 'hosts/mercury/config.nix')
| -rw-r--r-- | hosts/mercury/config.nix | 5 |
1 files changed, 4 insertions, 1 deletions
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; |
