10 lines
107 B
Nix
10 lines
107 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
ffmpeg
|
|
tesseract
|
|
tectonic
|
|
];
|
|
}
|