From d227116561eeb0b2cfcced20cb38c296592de78a Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 10 Mar 2023 08:27:33 +0800 Subject: [PATCH] profiles/desktop: update ffmpeg to full package --- modules/home-manager/profiles/desktop.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/home-manager/profiles/desktop.nix b/modules/home-manager/profiles/desktop.nix index 1b709bee..1aff7b80 100644 --- a/modules/home-manager/profiles/desktop.nix +++ b/modules/home-manager/profiles/desktop.nix @@ -24,7 +24,7 @@ in { gimp # Photo editing wannabe tool. krita # Digital art wannabe tool. - ffmpeg # Ah yes, everyman's multimedia swiss army knife. + ffmpeg-full # Ah yes, everyman's multimedia swiss army knife. imagemagick # Ah yes, everyman's image manipulation tool. gmic # Don't let the gimmicks fool you, it's a magical image framework. ]; @@ -42,7 +42,7 @@ in { yabridge # Building bridges to Windows and Linux audio tools. yabridgectl # The bridge controller. - ffmpeg # Ah yes, everyman's multimedia swiss army knife. + ffmpeg-full # Ah yes, everyman's multimedia swiss army knife. helvum # The Pipewire Patchbay. carla # The Carla Carla. ]; @@ -57,7 +57,7 @@ in { (lib.mkIf cfg.video.enable { home.packages = with pkgs; [ - ffmpeg # Ah yes, everyman's multimedia swiss army knife. + ffmpeg-full # Ah yes, everyman's multimedia swiss army knife. ]; # The one-stop shop for your broadcasting and recording needs. Not to be