Add plugins to OBS
This commit is contained in:
parent
af7e118298
commit
0f2686f9a7
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue