about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/user/aszlig/services/slim/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/user/aszlig/services/slim/default.nix b/modules/user/aszlig/services/slim/default.nix
index e5dea220..6e61912a 100644
--- a/modules/user/aszlig/services/slim/default.nix
+++ b/modules/user/aszlig/services/slim/default.nix
@@ -20,10 +20,10 @@ in {
         headFactor = if randrHeads == [] then 1 else lib.length randrHeads;
         centerLeft = 100 / (headFactor * 2);
       in ''
-        ${pkgs.imagemagick}/bin/mogrify \
+        "${pkgs.imagemagick.out}/bin/mogrify" \
           -fill '#080010' -draw 'color 0,0 reset' \
           share/slim/themes/nixos-slim-testing/background.png
-        ${pkgs.imagemagick}/bin/mogrify \
+        "${pkgs.imagemagick.out}/bin/mogrify" \
           -negate -region 100x110+0+0 -negate -fill white -colorize 20% \
           share/slim/themes/nixos-slim-testing/panel.png
         sed -i \