From ef1d3dab7dab73b9c9cf9463f8387efdf7474587 Mon Sep 17 00:00:00 2001 From: Andrei Lapshin Date: Thu, 19 Dec 2024 08:52:28 +0100 Subject: [PATCH] Install obs-backgroundremoval plugin --- users/alapshin/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/alapshin/default.nix b/users/alapshin/default.nix index 79b2f77..a2c71e0 100644 --- a/users/alapshin/default.nix +++ b/users/alapshin/default.nix @@ -93,6 +93,7 @@ in plugins = with pkgs.obs-studio-plugins; [ obs-composite-blur obs-move-transition + obs-backgroundremoval obs-pipewire-audio-capture ]; };