grahpical: enable v4l2l loopback
This commit is contained in:
parent
fdb0b74625
commit
c1f9977d63
2 changed files with 6 additions and 1 deletions
|
@ -188,6 +188,7 @@ in {
|
|||
# Audio/Video Players
|
||||
ffmpeg
|
||||
vlc
|
||||
v4l-utils
|
||||
audacity
|
||||
spotify
|
||||
yt-dlp
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
{lib, ...}: {}
|
||||
{config, ...}: {
|
||||
boot.extraModulePackages = [
|
||||
config.boot.kernelPackages.v4l2loopback
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue