add to runtime path

This commit is contained in:
zack 2024-10-25 17:45:43 -04:00
parent 6cb3550dbe
commit 40d517541a
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35

View file

@ -232,7 +232,7 @@
StartLimitBurst = 3; StartLimitBurst = 3;
StartLimitInterval = 10; StartLimitInterval = 10;
}; };
path = [pkgs.bash]; path = [pkgs.bash pkgs.imagemagick];
}; };
}; };
}; };