8 lines
158 B
Nix
Executable file
8 lines
158 B
Nix
Executable file
{pkgs, ...}: {
|
|
programs.obs-studio = {
|
|
enable = true;
|
|
plugins = builtins.attrValues {
|
|
inherit (pkgs.obs-studio-plugins) wlrobs;
|
|
};
|
|
};
|
|
}
|