Files
dart/modules/packages/media.nix

10 lines
107 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
ffmpeg
tesseract
tectonic
];
}