feat(shared/hm): add vkcapture obs plugin and use it in game launch script
This commit is contained in:
parent
1eb80220f2
commit
79ab862778
2 changed files with 7 additions and 1 deletions
|
@ -6,7 +6,13 @@
|
|||
plugins = with pkgs.obs-studio-plugins; [
|
||||
input-overlay
|
||||
obs-backgroundremoval
|
||||
obs-gstreamer
|
||||
obs-pipewire-audio-capture
|
||||
obs-vkcapture
|
||||
];
|
||||
};
|
||||
|
||||
home.packages = [
|
||||
pkgs.obs-studio-plugins.obs-vkcapture
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue