feat: added academic packages

This commit is contained in:
Nick 2025-04-01 21:51:29 -05:00
parent f72f772cce
commit 7e98c1daa2
4 changed files with 44 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
zotero-beta
;
};
}