feat: added jamesDsp

This commit is contained in:
Nick 2025-04-01 21:53:40 -05:00
parent f33a8eb669
commit 06a9197492

View file

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