adding zotero beta package, niri flake config updates, ...

This commit is contained in:
Matt Nish-Lapidus 2025-06-16 13:35:59 -04:00
parent 3688d45643
commit da77469590
7 changed files with 195 additions and 61 deletions

View file

@ -1,10 +0,0 @@
final: prev: {
zotero-latest = prev.zotero-beta.overrideAttrs (old: {
version = "7.1-beta.37+Be50787c94";
src = prev.fetchurl {
url = "https://download.zotero.org/client/beta/7.1-beta.37%2Be50787c94/Zotero-7.1-beta.37%2Be50787c94_linux-x86_64.tar.bz2";
hash = "sha256-PrFd1k6jUl/3r5nidcA8pGFoIlR2otm1hB+fNnF1x4M=";
};
});
}