dotfiles/home/modules/misc/productionVideo.nix
2025-01-03 17:10:21 -06:00

9 lines
128 B
Nix
Executable file

{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
# shotcut
# syncplay
;
};
}