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-10 23:45:57 +00:00
commit e8fdd7453a

View file

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