Add v4l2loopback
This commit is contained in:
parent
985eda1198
commit
348fc0745b
2 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
./hardware.nix
|
||||
./office-suite.nix
|
||||
./security.nix
|
||||
./video.nix
|
||||
];
|
||||
|
||||
}
|
||||
|
|
6
defaults/desktop/video.nix
Normal file
6
defaults/desktop/video.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
boot.kernelModules = [ "v4l2loopback" ];
|
||||
boot.extraModulePackages = [ pkgs.linuxPackages_latest.v4l2loopback ];
|
||||
}
|
Loading…
Add table
Reference in a new issue