diff --git a/nix/homes/rafiq/default.nix b/nix/homes/rafiq/default.nix index 86b4733..ed01690 100644 --- a/nix/homes/rafiq/default.nix +++ b/nix/homes/rafiq/default.nix @@ -45,7 +45,6 @@ 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 21a14f4..10a2725 100644 --- a/nix/homes/rafiq/desktop/darwin.nix +++ b/nix/homes/rafiq/desktop/darwin.nix @@ -7,13 +7,6 @@ in enable = true; user = cfg.admin.username; onActivation.cleanup = "uninstall"; - brews = [ - "mise" - "docker" - ]; - casks = [ - "ghostty" - "slack" - ]; + casks = [ "ghostty" ]; }; }