mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-13 16:12:40 +02:00
feat: obs - add plugins
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
pkgs-unstable,
|
pkgs-unstable,
|
||||||
|
pkgs-stable,
|
||||||
nur-ryan4yin,
|
nur-ryan4yin,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
@@ -27,6 +28,34 @@
|
|||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
# live streaming
|
# live streaming
|
||||||
obs-studio.enable = true;
|
obs-studio = {
|
||||||
|
enable = true;
|
||||||
|
plugins = with pkgs-stable.obs-studio-plugins; [
|
||||||
|
# screen capture
|
||||||
|
wlrobs
|
||||||
|
# obs-ndi
|
||||||
|
obs-vaapi
|
||||||
|
obs-nvfbc
|
||||||
|
obs-teleport
|
||||||
|
# obs-hyperion
|
||||||
|
droidcam-obs
|
||||||
|
obs-vkcapture
|
||||||
|
obs-gstreamer
|
||||||
|
obs-3d-effect
|
||||||
|
input-overlay
|
||||||
|
obs-multi-rtmp
|
||||||
|
obs-source-clone
|
||||||
|
obs-shaderfilter
|
||||||
|
obs-source-record
|
||||||
|
obs-livesplit-one
|
||||||
|
looking-glass-obs
|
||||||
|
obs-vintage-filter
|
||||||
|
obs-command-source
|
||||||
|
obs-move-transition
|
||||||
|
obs-backgroundremoval
|
||||||
|
advanced-scene-switcher
|
||||||
|
obs-pipewire-audio-capture
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user