From 37a05da569c5faefc77953b5699c36feace0597e Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 8 Mar 2023 23:47:45 +0800 Subject: [PATCH] profiles/desktop: add ffmpeg to every subcategory It is pretty much needed for every subcategory at this point. Although, there should be a better way to put this program. --- modules/home-manager/profiles/desktop.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home-manager/profiles/desktop.nix b/modules/home-manager/profiles/desktop.nix index 501712f5..1b709bee 100644 --- a/modules/home-manager/profiles/desktop.nix +++ b/modules/home-manager/profiles/desktop.nix @@ -24,6 +24,7 @@ in { gimp # Photo editing wannabe tool. krita # Digital art wannabe tool. + ffmpeg # 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. ]; @@ -41,6 +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. helvum # The Pipewire Patchbay. carla # The Carla Carla. ];