add tools for webcam based streaming

This commit is contained in:
foosinn 2020-10-27 16:30:16 +01:00
parent 33e2dd9842
commit 364356c26e

View file

@ -20,9 +20,23 @@ in {
swayidle
swaylock
xwayland
wf-recorder
];
};
services.pipewire.enable = true;
xdg.portal = {
enable = true;
gtkUsePortal = true;
extraPortals = with unstable; [
xdg-desktop-portal-gtk
xdg-desktop-portal-wlr
];
};
boot.extraModulePackages = with config.boot.kernelPackages; [
v4l2loopback
];
environment = {
etc = {
"sway/config".source = ../dotfiles/sway/config;