Add trash-cli with trash alias

Install trash-cli and alias trash to trash-put for safe file deletion.
Also clean up package comments and remove spacedrive-v2.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Christopher Mühl 2026-02-18 01:51:15 +01:00
parent 7156981e57
commit d6d1f921e2
No known key found for this signature in database
GPG key ID: 925AC7D69955293F
2 changed files with 4 additions and 3 deletions

View file

@ -15,9 +15,10 @@
bottom # System resource monitor bottom # System resource monitor
grim # Screenshots grim # Screenshots
slurp # Region selection slurp # Region selection
portfolio portfolio # Investment management
pytr pytr # TradeRepublic CLI
tabiew # csv viewer tabiew # csv viewer
trash-cli # Freedesktop trash management
# Productivity # Productivity
obsidian # Note taking obsidian # Note taking
@ -26,7 +27,6 @@
onlyoffice-desktopeditors # libreoffice alternative onlyoffice-desktopeditors # libreoffice alternative
speedcrunch # GUI calculator app speedcrunch # GUI calculator app
calibre # eBook Manager calibre # eBook Manager
spacedrive-v2
# loupe # Photo viewer # loupe # Photo viewer
(dokieli.overrideAttrs (dokieli.overrideAttrs

View file

@ -8,5 +8,6 @@
cat = "bat"; cat = "bat";
vim = "hx"; vim = "hx";
vi = "hx"; vi = "hx";
trash = "trash-put";
}; };
} }