collector from unstable <3

This commit is contained in:
Danilo Reyes 2024-07-20 13:07:09 -06:00
parent ebc585c984
commit 4224ba8887
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@
# celeste # sync tool for any cloud provider
# czkawka # duplicate finder
# sequeler # friendly SQL client
collector # stores things and throws them anywhere
blanket # background noise
metadata-cleaner # remove any metadata and geolocation from files
pika-backup # backups

View File

@ -24,9 +24,10 @@ _self: super: {
inherit (pkgsJ) jellyfin;
inherit (pkgsU) planify;
inherit (pkgsU) gdtoolkit;
inherit (pkgsU) ns-usbloader;
inherit (pkgsU) collector;
inherit (pkgsM) gallery-dl;
inherit (pkgsM) yt-dlp;
inherit (pkgsU) ns-usbloader;
handbrake = super.handbrake.override { useGtk = true; };
discord = super.discord.override { withOpenASAR = true; };
ripgrep = super.ripgrep.override { withPCRE2 = true; };