From edcb8770bf2a211fca1bac7e6848454e80645980 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Mon, 8 Dec 2025 20:49:54 +0100 Subject: [PATCH] add ffmpeg --- hosts/darwin/home-default.nix | 1 + hosts/nixos/home-default.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/darwin/home-default.nix b/hosts/darwin/home-default.nix index 9f46421..2bc8bbb 100644 --- a/hosts/darwin/home-default.nix +++ b/hosts/darwin/home-default.nix @@ -177,6 +177,7 @@ bzip2 unzip duti # Set default applications for file types (macOS) + ffmpeg # Development and build tools python312 diff --git a/hosts/nixos/home-default.nix b/hosts/nixos/home-default.nix index 663e8f8..8f71080 100644 --- a/hosts/nixos/home-default.nix +++ b/hosts/nixos/home-default.nix @@ -56,6 +56,7 @@ fastfetch coreutils # GNU core utilities (base64, etc.) bzip2 + ffmpeg # Development and build tools python312