feat: replaced trash-cli with trashy

This commit is contained in:
Nick 2025-05-12 13:11:08 -05:00
parent cd01d3e40b
commit 54366a84c9

View file

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