feat: added dust

This commit is contained in:
Nick 2025-10-04 23:22:12 -05:00
parent 988a31c52b
commit 80172216d9

View file

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