updates
This commit is contained in:
parent
2f50e92afe
commit
b22792614e
9 changed files with 49 additions and 29 deletions
5
modules/ffmpeg.nix
Normal file
5
modules/ffmpeg.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
ffmpeg_7-full
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue