feat: added obs

This commit is contained in:
Patrick Großmann 2023-11-13 20:14:43 +01:00
parent f75622c263
commit 1d56632a72
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{pkgs, ...}: {
programs.obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [
obs-backgroundremoval
obs-pipewire-audio-capture
obs-vaapi
obs-nvfbc
];
};
}

View file

@ -60,6 +60,7 @@ lib.optionalAttrs (!minimal) {
../common/programs/thunderbird.nix
../common/programs/spicetify.nix
../common/programs/minecraft.nix
../common/programs/obs.nix
]
++ {
"desktopnix" = [