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; 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" + ]; }; }