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; [
|
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
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 "$@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue