Trying something else
This commit is contained in:
9
modules/packages/media.nix
Normal file
9
modules/packages/media.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
ffmpeg
|
||||
tesseract
|
||||
tectonic
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user