From 59fb406eb98ecf48a82f4a73f78f35eb8ecf65f2 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Mon, 14 Jul 2025 14:54:26 +0800 Subject: [PATCH] feat(darwin): add homebrew apps --- nix/homes/rafiq/desktop/darwin.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/nix/homes/rafiq/desktop/darwin.nix b/nix/homes/rafiq/desktop/darwin.nix index 10a2725..21a14f4 100644 --- a/nix/homes/rafiq/desktop/darwin.nix +++ b/nix/homes/rafiq/desktop/darwin.nix @@ -7,6 +7,13 @@ in enable = true; user = cfg.admin.username; onActivation.cleanup = "uninstall"; - casks = [ "ghostty" ]; + brews = [ + "mise" + "docker" + ]; + casks = [ + "ghostty" + "slack" + ]; }; }