4 lines
95 B
Nix
4 lines
95 B
Nix
{ config, ... }:
|
|
{
|
|
boot.extraModulePackages = [ config.boot.kernelPackages.v4l2loopback ];
|
|
}
|