Hi!
How i install OBS Studio with plugins using nix-env -iA? I’m using Arch Linux with nix package manager.
I see the OBS Studio - NixOS Wiki, but not understand how to use that script:
environment.systemPackages = [
(pkgs.wrapOBS {
plugins = with pkgs.obs-studio-plugins; [
wlrobs
obs-backgroundremoval
obs-pipewire-audio-capture
];
})
];
Thanks!