Add Tenacity to recording apps
This commit is contained in:
parent
3c52b26f4f
commit
c9dd490cdc
|
@ -12,13 +12,12 @@ with lib;
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
host.ui.flatpak.enable = true;
|
host.ui.flatpak.enable = true;
|
||||||
|
|
||||||
services.flatpak = {
|
services.flatpak.packages = [
|
||||||
packages = [
|
|
||||||
"com.obsproject.Studio"
|
"com.obsproject.Studio"
|
||||||
"com.obsproject.Studio.Plugin.DroidCam"
|
"com.obsproject.Studio.Plugin.DroidCam"
|
||||||
"org.kde.kdenlive"
|
"org.kde.kdenlive"
|
||||||
|
"org.tenacityaudio.Tenacity"
|
||||||
];
|
];
|
||||||
};
|
|
||||||
|
|
||||||
# Add a virtual camera to use with Droidcam
|
# Add a virtual camera to use with Droidcam
|
||||||
boot = {
|
boot = {
|
||||||
|
|
Loading…
Reference in a new issue