chore(brew): add imagemagick

This commit is contained in:
Rasyidan Akbar F. 2025-11-18 14:09:02 +07:00
commit 706a41d0fe

View file

@ -16,7 +16,7 @@ in {
}; };
brews = mkOption { brews = mkOption {
type = types.listOf types.str; type = types.listOf types.str;
default = [ "curl" "yt-dlp" "ruff" "libmagic" "infisical" ]; default = [ "curl" "yt-dlp" "ruff" "libmagic" "infisical" "imagemagick" ];
description = "Homebrew formulae to install."; description = "Homebrew formulae to install.";
}; };
casks = mkOption { casks = mkOption {