1
0
Fork 0

Add Tenacity to recording apps

This commit is contained in:
Aires 2024-06-10 15:22:27 -04:00
parent 3c52b26f4f
commit c9dd490cdc

View file

@ -12,13 +12,12 @@ with lib;
config = mkIf cfg.enable {
host.ui.flatpak.enable = true;
services.flatpak = {
packages = [
services.flatpak.packages = [
"com.obsproject.Studio"
"com.obsproject.Studio.Plugin.DroidCam"
"org.kde.kdenlive"
"org.tenacityaudio.Tenacity"
];
};
# Add a virtual camera to use with Droidcam
boot = {