temp fixed for xps

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-09-09 16:15:36 +02:00
parent 3cfcbc1e2a
commit cfb112429d
4 changed files with 13 additions and 6 deletions

View File

@@ -105,6 +105,7 @@ in
'';
};
};
kernelPackages = pkgs-unstable.linuxPackages_6_10;
extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
kernelModules = [ "v4l2loopback" ];
extraModprobeConfig = ''options v4l2loopback devices=1 video_nr=1 card_label="OBS VCam" exclusive_caps=1'';