profiles/desktop: enable v4l2loopback

This commit is contained in:
Gabriel Arazas 2023-12-20 10:44:42 +08:00
parent 6e3c6f8509
commit 220f7ad528
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -73,6 +73,9 @@ in {
# Enable running GNOME apps outside GNOME.
programs.dconf.enable = true;
# Enable virtual camera.
boot.kernelModules = [ "v4l2loopback" ];
})
(lib.mkIf cfg.audio.enable {