This commit is contained in:
Nathan Braswell
2026-08-04 00:00:02 -04:00
parent 502e33aa1f
commit 7b242170a2
-3
View File
@@ -63,10 +63,7 @@
mk_static = (pkgs: background: (derivation {
name = "static_background";
system = "x86_64-linux";
# builder = "${pkgs.imagemagick}/bin/magick";
# args = ["${background}[0]" "-coalesce" "png:$out"];
builder = "${pkgs.bash}/bin/bash";
# args = ["-c" "${pkgs.imagemagick}/bin/magick" "${background}[0]" "-coalesce" "png:$out"];
args = ["-c" "${pkgs.imagemagick}/bin/magick ${background}[0] -coalesce png:$out"];
}));
homeManagerSharedModule = {