From 59fb406eb98ecf48a82f4a73f78f35eb8ecf65f2 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Mon, 14 Jul 2025 14:54:26 +0800 Subject: [PATCH 1/2] 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" + ]; }; } From bebc1ed6492a57c96abde874f526231284a2f99c Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Mon, 14 Jul 2025 15:09:12 +0800 Subject: [PATCH 2/2] feat(homes/rafiq): add mise --- nix/homes/rafiq/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/homes/rafiq/default.nix b/nix/homes/rafiq/default.nix index ed01690..86b4733 100644 --- a/nix/homes/rafiq/default.nix +++ b/nix/homes/rafiq/default.nix @@ -45,6 +45,7 @@ in ]; }; programs = { + mise.enable = true; nvf.enable = true; nvf.settings.vim = { syntaxHighlighting = true;