mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: misc
This commit is contained in:
parent
d1d1f96a7c
commit
4ee59b9448
5 changed files with 105 additions and 48 deletions
|
|
@ -10,10 +10,14 @@
|
|||
plexamp
|
||||
super-slicer-beta
|
||||
nvidia-vaapi-driver
|
||||
nv-codec-headers-12
|
||||
];
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
enableVirtualCamera = true;
|
||||
package = pkgs.obs-studio.override {
|
||||
cudaSupport = true;
|
||||
};
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
obs-vaapi
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue