mob next [ci-skip] [ci skip] [skip ci]

lastFile:modules/clan/phonebox/default.nix
This commit is contained in:
2025-12-29 11:57:39 +07:00
parent 074a117feb
commit 2466500c49

View File

@@ -88,7 +88,7 @@
name = "create-contact-tiff"; name = "create-contact-tiff";
text = '' text = ''
magick -background white -fill black -pointsize 20 -font DejaVu-Sans label:"${contactTXT}" "$1" magick -background white -fill black -pointsize 20 -font DejaVu-Sans label:"${contactTXT}" "$1"
magick "$1" -border 50x50 -bordercolor white "$1" magick "$1" -border 20x50 -bordercolor white "$1"
magick "$1" -resize 1728x -units PixelsPerInch -compress Group4 -density 204x196 -monochrome -depth 1 "$1" magick "$1" -resize 1728x -units PixelsPerInch -compress Group4 -density 204x196 -monochrome -depth 1 "$1"
''; '';
runtimeInputs = [ pkgs.imagemagick ]; runtimeInputs = [ pkgs.imagemagick ];