Infini-DL360: add imagemagick to system packages

This commit is contained in:
Infinidoge 2025-01-12 22:35:36 -05:00
parent 5229eac652
commit 5070094370
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E

View file

@ -149,5 +149,6 @@
environment.systemPackages = with pkgs; [
ffmpeg-full
imagemagick
];
}