grahpical: enable v4l2l loopback

This commit is contained in:
steveej 2023-11-23 11:26:48 +01:00
parent fdb0b74625
commit c1f9977d63
2 changed files with 6 additions and 1 deletions

View file

@ -188,6 +188,7 @@ in {
# Audio/Video Players
ffmpeg
vlc
v4l-utils
audacity
spotify
yt-dlp

View file

@ -1 +1,5 @@
{lib, ...}: {}
{config, ...}: {
boot.extraModulePackages = [
config.boot.kernelPackages.v4l2loopback
];
}