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