cleanup
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user