dotfiles/home/modules/misc/productionVideo.nix

10 lines
124 B
Nix
Raw Normal View History

2024-10-06 15:25:05 -05:00
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
2025-01-08 01:05:45 -06:00
shotcut
syncplay
2024-10-06 15:25:05 -05:00
;
};
}