feat(obs): allow cuda support.
This commit is contained in:
parent
9fc113ec9e
commit
4637e4ed21
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,9 @@
|
|||
# Install obs-studio
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
package = pkgs.obs-studio.override {
|
||||
cudaSupport = true;
|
||||
};
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
obs-vkcapture
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue