Only use obs-backgroundremoval when cuda
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
This commit is contained in:
parent
4c2d93eae7
commit
f95018e7f6
@ -33,6 +33,8 @@ in
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
obs-pipewire-audio-capture
|
||||
obs-shaderfilter
|
||||
] ++ [ obs-backgrounremoval-gpu ];
|
||||
] ++ lib.optionals withCuda [
|
||||
obs-backgrounremoval-gpu
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user