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

lastFile:modules/clan/phonebox/default.nix
This commit is contained in:
2025-12-28 18:46:35 +07:00
parent c5f6ba8219
commit bf08e6ef71

View File

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