···501502 extraPackages = mkOption {
503 type = with types; listOf package;
504- default = with pkgs; [ exiftool ffmpeg-headless graphicsmagick-imagemagick-compat ];
505- defaultText = literalExpression "with pkgs; [ exiftool ffmpeg-headless graphicsmagick-imagemagick-compat ]";
506 example = literalExpression "with pkgs; [ exiftool ffmpeg-full imagemagick ]";
507 description = ''
508 List of extra packages to include in the executable search path of the service unit.
···501502 extraPackages = mkOption {
503 type = with types; listOf package;
504+ default = with pkgs; [ exiftool ffmpeg-headless imagemagick ];
505+ defaultText = literalExpression "with pkgs; [ exiftool ffmpeg-headless imagemagick ]";
506 example = literalExpression "with pkgs; [ exiftool ffmpeg-full imagemagick ]";
507 description = ''
508 List of extra packages to include in the executable search path of the service unit.