the H
This commit is contained in:
parent
4f4f98da70
commit
cf92d89124
6 changed files with 105 additions and 59 deletions
|
|
@ -35,7 +35,6 @@
|
|||
[
|
||||
kdePackages.kdenlive
|
||||
kdePackages.qtwebsockets
|
||||
obs-studio
|
||||
]
|
||||
else
|
||||
[ ]
|
||||
|
|
@ -50,5 +49,23 @@
|
|||
else
|
||||
[ ]
|
||||
);
|
||||
programs = {
|
||||
obs-studio =
|
||||
if config.apps.video.editing.enable then
|
||||
{
|
||||
enable = true;
|
||||
enableVirtualCamera = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
wlrobs
|
||||
obs-backgroundremoval
|
||||
obs-pipewire-audio-capture
|
||||
obs-vaapi # optional AMD hardware acceleration
|
||||
obs-gstreamer
|
||||
obs-vkcapture
|
||||
];
|
||||
}
|
||||
else
|
||||
{ };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue