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-11 22:10:58 +00:00
commit eb9ac96804

View file

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