Add plugins to OBS

This commit is contained in:
Natsu Kagami 2024-07-15 00:43:15 +02:00
parent af7e118298
commit 0f2686f9a7
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -74,7 +74,6 @@ in
tdesktop
whatsapp-for-linux
obs-studio
librewolf
@ -92,6 +91,16 @@ in
nki.programs.discord.enable = pkgs.stdenv.isx86_64;
nki.programs.discord.package = pkgs.vesktop;
# OBS
programs.obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [
wlrobs
input-overlay
obs-pipewire-audio-capture
];
};
# Yellow light!
services.wlsunset = {
enable = true;