add tools for webcam based streaming
This commit is contained in:
parent
33e2dd9842
commit
364356c26e
1 changed files with 14 additions and 0 deletions
|
@ -20,9 +20,23 @@ in {
|
||||||
swayidle
|
swayidle
|
||||||
swaylock
|
swaylock
|
||||||
xwayland
|
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 = {
|
environment = {
|
||||||
etc = {
|
etc = {
|
||||||
"sway/config".source = ../dotfiles/sway/config;
|
"sway/config".source = ../dotfiles/sway/config;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue