From 5070094370a4f2eeb2e7ac52b115675b6edc2954 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 12 Jan 2025 22:35:36 -0500 Subject: [PATCH] Infini-DL360: add imagemagick to system packages --- hosts/Infini-DL360/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/Infini-DL360/default.nix b/hosts/Infini-DL360/default.nix index f52f986..869710b 100644 --- a/hosts/Infini-DL360/default.nix +++ b/hosts/Infini-DL360/default.nix @@ -149,5 +149,6 @@ environment.systemPackages = with pkgs; [ ffmpeg-full + imagemagick ]; }