obs-studio: remove unused plugins

This commit is contained in:
Alexandre Cavalheiro 2024-07-16 00:47:10 -03:00
parent d33c1817e4
commit 3e51302a8d
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -5,11 +5,7 @@
enable = true;
plugins = with pkgs.obs-studio-plugins; [
input-overlay
# Currently broken due to onnxruntime failing to build.
# obs-backgroundremoval
obs-pipewire-audio-capture
obs-vaapi
obs-vkcapture
obs-backgroundremoval
];
};
}