feat: created filebot cleanup service to run in background

This commit is contained in:
Leyla Becker 2025-09-25 22:20:15 -05:00
parent d2be5c7e24
commit a8dfcb02c8
4 changed files with 89 additions and 11 deletions

View file

@ -1,19 +1,9 @@
{
pkgs,
lib,
...
}: {
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [
"filebot"
];
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
ffsubsync
sox
yt-dlp
ffmpeg
imagemagick
filebot
];
}