Personal-use NixOS configuration

Fix download_cover script

+2 -2
+2 -2
hosts/encryption/homes/encode42.nix
··· 22 22 if test $isOpaque = "False" 23 23 echo "Will replace transparency with solid color!" 24 24 25 - set -a arguments "-transparent white" 25 + set -a arguments -background white -alpha remove -alpha off 26 26 end 27 27 28 28 if test $aspectRatio != "1" 29 29 echo "Will adjust the image's cropping!" 30 30 31 - set -a arguments "-gravity center -crop 1:1" 31 + set -a arguments -gravity center -crop 1:1 32 32 end 33 33 34 34 magick $fileName $arguments -quality 100% -verbose ${outputName}