diff --git a/modules/graphical/obs.nix b/modules/graphical/obs.nix index 1bf4202..eaf612d 100644 --- a/modules/graphical/obs.nix +++ b/modules/graphical/obs.nix @@ -1,9 +1,10 @@ { config, pkgs, ...}: { - boot = { - kernelModules = ["v4l2loopback"]; # Autostart kernel modules on boot - extraModulePackages = with config.boot.kernelPackages; [v4l2loopback]; # loopback module to make OBS virtual camera work - }; + # borked in unstable branch + #boot = { + # kernelModules = ["v4l2loopback"]; # Autostart kernel modules on boot + # extraModulePackages = with config.boot.kernelPackages; [v4l2loopback]; # loopback module to make OBS virtual camera work + #}; environment.systemPackages = with pkgs; [ (wrapOBS {