added filebot and rar

This commit is contained in:
Richie Cahill
2024-06-24 12:23:55 -04:00
parent f22619c574
commit 9aa366f689
5 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ filebot ];
}