dotfiles/home/modules/misc/productionVideo.nix

11 lines
133 B
Nix
Raw Normal View History

2024-10-06 15:25:05 -05:00
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
shotcut
2024-11-20 15:46:18 -06:00
# syncplay
2024-10-06 15:25:05 -05:00
;
};
}