Infini-DL360: add ffmpeg to system packages

This commit is contained in:
Infinidoge 2024-12-04 12:00:09 -05:00
parent 102e57dddf
commit 21d7e61cbf
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E

View file

@ -130,4 +130,8 @@
Group = "root";
};
};
environment.systemPackages = with pkgs; [
ffmpeg-full
];
}