chore(brew): add imagemagick
This commit is contained in:
parent
46cf99010b
commit
706a41d0fe
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ in {
|
|||
};
|
||||
brews = mkOption {
|
||||
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.";
|
||||
};
|
||||
casks = mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue