chore: clean unnecessary libs
This commit is contained in:
parent
d129635a2e
commit
63d0716aaa
2 changed files with 3 additions and 6 deletions
|
|
@ -16,7 +16,7 @@ in {
|
|||
};
|
||||
brews = mkOption {
|
||||
type = types.listOf types.str;
|
||||
default = [ "curl" "yt-dlp" "ruff" "libmagic" "infisical" "imagemagick" ];
|
||||
default = [ "curl" "yt-dlp" "infisical" ];
|
||||
description = "Homebrew formulae to install.";
|
||||
};
|
||||
casks = mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue