This commit is contained in:
martyTF 2026-04-21 12:29:14 +02:00
parent 4f4f98da70
commit cf92d89124
6 changed files with 105 additions and 59 deletions

View file

@ -35,7 +35,6 @@
[
kdePackages.kdenlive
kdePackages.qtwebsockets
obs-studio
]
else
[ ]
@ -50,5 +49,23 @@
else
[ ]
);
programs = {
obs-studio =
if config.apps.video.editing.enable then
{
enable = true;
enableVirtualCamera = true;
plugins = with pkgs.obs-studio-plugins; [
wlrobs
obs-backgroundremoval
obs-pipewire-audio-capture
obs-vaapi # optional AMD hardware acceleration
obs-gstreamer
obs-vkcapture
];
}
else
{ };
};
};
}

View file

@ -18,6 +18,7 @@
with pkgs;
[
evtest
gnome-calendar
]
else
[ ];