dotfiles/home-manager/modules/misc/production-video.nix
2024-10-06 15:25:05 -05:00

14 lines
237 B
Nix
Executable file

{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
droidcam
deskreen
shotcut
# syncplay # group streaming thingie
# yt-dlp # dependency for syncplay
;
};
}