obs-wlrobs

This commit is contained in:
m3tam3re 2023-06-19 06:04:31 +02:00
parent 339809b1a2
commit 7f1fbff43f
1 changed files with 6 additions and 1 deletions

View File

@ -19,12 +19,17 @@ in {
libsForQt5.kdenlive libsForQt5.kdenlive
makemkv makemkv
mpv mpv
obs-studio
plexamp plexamp
uxplay uxplay
vlc vlc
webcord webcord
youtube-dl youtube-dl
]; ];
programs.obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [ obs-backgroundremoval wlrobs ];
};
}; };
} }