dotfiles/home/modules/misc/productionVideo.nix
2025-01-08 01:05:45 -06:00

9 lines
124 B
Nix
Executable file

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