chore: clean unnecessary libs

This commit is contained in:
Rasyidan Akbar F. 2025-12-30 13:44:03 +07:00
commit 63d0716aaa
2 changed files with 3 additions and 6 deletions

View file

@ -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 {