Merge branch 'obs-addons' into 'main'

Added NDI and Linuxbrowser to OBS

See merge request hacc/infra/haccfiles!38
This commit is contained in:
Lukas 2021-03-09 12:26:26 +00:00
commit 2e0f6f885c

View file

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