Apps: replace Droidcam OBS combo with native app
This commit is contained in:
parent
0b4422b1f5
commit
aeb626c264
|
@ -1,4 +1,9 @@
|
||||||
{ config, lib, ... }:
|
{
|
||||||
|
config,
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
cfg = config.aux.system.apps.recording;
|
cfg = config.aux.system.apps.recording;
|
||||||
|
@ -14,12 +19,13 @@ with lib;
|
||||||
|
|
||||||
services.flatpak.packages = [
|
services.flatpak.packages = [
|
||||||
"com.obsproject.Studio"
|
"com.obsproject.Studio"
|
||||||
"com.obsproject.Studio.Plugin.DroidCam"
|
|
||||||
"org.kde.kdenlive"
|
"org.kde.kdenlive"
|
||||||
"org.tenacityaudio.Tenacity"
|
"org.tenacityaudio.Tenacity"
|
||||||
"io.github.seadve.Kooha"
|
"io.github.seadve.Kooha"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [ droidcam ];
|
||||||
|
|
||||||
# Add a virtual camera to use with Droidcam
|
# Add a virtual camera to use with Droidcam
|
||||||
boot = {
|
boot = {
|
||||||
extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback.out ];
|
extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback.out ];
|
||||||
|
|
Loading…
Reference in a new issue