mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-13 18:19:00 +00:00
profiles/desktop: enable v4l2loopback
This commit is contained in:
parent
6e3c6f8509
commit
220f7ad528
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user