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

@ -5,7 +5,7 @@
{
home.packages = builtins.attrValues {
inherit (pkgs)
trash-cli
trashy
;
};
}