feat: added trash-cli

This commit is contained in:
Nick 2025-04-11 23:57:05 -05:00
parent c287906c9b
commit e88b50e51e

View file

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