Added NDI and Lniuxbrowser to OBS

This commit is contained in:
Lukas Schulz 2021-03-01 12:43:15 +01:00
parent cd3efc616d
commit 7bad2e070b

View file

@ -6,5 +6,5 @@
kernelModules = [ "v4l2loopback" ];
};
environment.systemPackages = with pkgs; [ obs-studio ];
environment.systemPackages = with pkgs; [ obs-studio obs-ndi obs-linuxbrowser ];
}