From 1529a5da1130ccea4335e334b341f0029f36fd84 Mon Sep 17 00:00:00 2001 From: 0xrsydn Date: Tue, 7 Oct 2025 17:54:40 +0700 Subject: [PATCH] chore: delete nodejs from brew --- modules/darwin/homebrew.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index e773f52..d604549 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -18,8 +18,7 @@ in { type = types.listOf types.str; default = [ "curl" - "yt-dlp" - "nodejs" + "yt-dlp" "ruff" "libmagic" "ghostscript"