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

lastFile:modules/clan/phonebox/default.nix
This commit is contained in:
2025-12-29 09:07:58 +07:00
parent bf08e6ef71
commit 6471261852

View File

@@ -90,7 +90,7 @@
magick -background white -fill black \ magick -background white -fill black \
-pointsize 20 -font DejaVu-Sans \ -pointsize 20 -font DejaVu-Sans \
label:"${contactTXT}" "$1" label:"${contactTXT}" "$1"
convert $1 -compress Group4 -density 204x196 -monochrome -depth 1 "$1" magick $1 -compress Group4 -density 204x196 -monochrome -depth 1 "$1"
''; '';
runtimeInputs = [ pkgs.imagemagick ]; runtimeInputs = [ pkgs.imagemagick ];
}; };