diff --git a/hosts/Infini-DL360/default.nix b/hosts/Infini-DL360/default.nix index cc88d34..6ce9a16 100644 --- a/hosts/Infini-DL360/default.nix +++ b/hosts/Infini-DL360/default.nix @@ -130,4 +130,8 @@ Group = "root"; }; }; + + environment.systemPackages = with pkgs; [ + ffmpeg-full + ]; }