This commit is contained in:
DarkGui
2025-09-23 15:17:07 -03:00
parent 648b9e51a3
commit 30d0af2b55
29 changed files with 1 additions and 1106 deletions
-20
View File
@@ -1,20 +0,0 @@
{ config, lib, inputs, pkgs, ... }: {
programs.obs-studio = {
enable = true;
# optional Nvidia hardware acceleration
package = (
pkgs.obs-studio.override {
cudaSupport = true;
}
);
plugins = with pkgs.obs-studio-plugins; [
wlrobs
obs-backgroundremoval
obs-pipewire-audio-capture
obs-gstreamer
obs-vkcapture
];
};
programs.obs-studio.enableVirtualCamera = true;
}