Remove 'with' from most modules
This commit is contained in:
parent
40032f7fd9
commit
7459ae0e96
27 changed files with 222 additions and 230 deletions
|
|
@ -2,19 +2,20 @@
|
|||
programs.obs-studio = {
|
||||
enable = true;
|
||||
package = pkgs.obs-studio;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
# obs-backgroundremoval
|
||||
# obs-multi-rtmp
|
||||
obs-nvfbc
|
||||
obs-pipewire-audio-capture
|
||||
obs-vkcapture
|
||||
obs-backgroundremoval
|
||||
input-overlay
|
||||
|
||||
# obs-linuxbrowser
|
||||
# obs-gstreamer
|
||||
# obs-move-transition
|
||||
# obs-multi-rtmp
|
||||
];
|
||||
plugins = builtins.attrValues {
|
||||
inherit (pkgs.obs-studio-plugins)
|
||||
# obs-backgroundremoval
|
||||
# obs-multi-rtmp
|
||||
obs-nvfbc
|
||||
obs-pipewire-audio-capture
|
||||
obs-vkcapture
|
||||
obs-backgroundremoval
|
||||
input-overlay
|
||||
# obs-linuxbrowser
|
||||
# obs-gstreamer
|
||||
# obs-move-transition
|
||||
# obs-multi-rtmp
|
||||
;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue