From 9792af466c0799998f19da46b355054364a13c11 Mon Sep 17 00:00:00 2001 From: larstvei Date: Sun, 9 Feb 2025 17:59:45 +0100 Subject: [PATCH] Add zotero --- modules/tools.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/tools.nix b/modules/tools.nix index fa22896..81fee7a 100644 --- a/modules/tools.nix +++ b/modules/tools.nix @@ -38,4 +38,8 @@ with pkgs; poppler_utils ]; + academic = [ + zotero + ]; + }