obs virtual cam

This commit is contained in:
Ivan Dimitrov 2023-09-04 19:19:57 +03:00
parent 542290adb6
commit 7210702a08

View File

@ -28,6 +28,8 @@
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
kernelModules = [ "v4l2loopback" ];
};
security = {
@ -69,6 +71,7 @@
zip
pinentry-qt
ntfs3g
wf-recorder
];
variables = {
EDITOR = "nvim";