feat(obs): add vkcapture
This commit is contained in:
parent
e386e5454c
commit
2e03be5790
1 changed files with 9 additions and 0 deletions
|
|
@ -16,12 +16,21 @@ in
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = with pkgs; [
|
||||
vulkan-tools
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
OBS_VKCAPTURE = "1";
|
||||
};
|
||||
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
wlrobs
|
||||
obs-backgroundremoval
|
||||
obs-pipewire-audio-capture
|
||||
obs-vkcapture
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue