dotfiles/modules/home/gui/apps/academic/zotero/default.nix

12 lines
113 B
Nix
Raw Normal View History

2025-04-01 21:51:29 -05:00
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
zotero-beta
;
};
}