feat(shared/hm): add vkcapture obs plugin and use it in game launch script

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-04-06 05:37:34 -03:00
parent 1eb80220f2
commit 79ab862778
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 7 additions and 1 deletions

View file

@ -6,7 +6,13 @@
plugins = with pkgs.obs-studio-plugins; [ plugins = with pkgs.obs-studio-plugins; [
input-overlay input-overlay
obs-backgroundremoval obs-backgroundremoval
obs-gstreamer
obs-pipewire-audio-capture obs-pipewire-audio-capture
obs-vkcapture
]; ];
}; };
home.packages = [
pkgs.obs-studio-plugins.obs-vkcapture
];
} }

View file

@ -4,4 +4,4 @@
# but there might be useful ones in the future. # but there might be useful ones in the future.
# https://docs.mesa3d.org/envvars.html # https://docs.mesa3d.org/envvars.html
mangohud gamemoderun "$@" obs-gamecapture mangohud gamemoderun "$@"