adding brain

This commit is contained in:
2025-09-26 22:18:57 -04:00
parent 28cd7f3f6f
commit c4be520190
15 changed files with 437 additions and 26 deletions

View File

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