Copy obs and ffmpeg from nixpgks instead of override

This commit is contained in:
2023-05-18 23:38:51 +02:00
parent ac027b3c5e
commit 6162747a35
7 changed files with 951 additions and 8 deletions
+7 -1
View File
@@ -15,5 +15,11 @@
};
home.packages = [materusPkgs.ffmpeg6-amf materusPkgs.obs-amf];
home.packages = [materusPkgs.ffmpeg6-amf-full];
programs.obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [wlrobs obs-vaapi obs-vkcapture obs-gstreamer input-overlay obs-multi-rtmp obs-pipewire-audio-capture];
package = materusPkgs.obs-amf;
};
}