dotfiles/home-manager/modules/misc/productionVideo.nix
2024-11-20 15:46:18 -06:00

10 lines
133 B
Nix
Executable file

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