mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-18 06:19:11 +00:00
profiles/desktop: update ffmpeg to full package
This commit is contained in:
parent
5a31f55cb7
commit
d227116561
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user