From cfd60401fc89e4738e268a964c1602edd8cec5fa Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Sun, 18 May 2025 08:57:25 -0400 Subject: [PATCH] machines(mac): switch to custom spotify & neovim modules --- machines/mac/configuration.nix | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/machines/mac/configuration.nix b/machines/mac/configuration.nix index 8c6f6d8..37a8af7 100644 --- a/machines/mac/configuration.nix +++ b/machines/mac/configuration.nix @@ -1,8 +1,4 @@ -{ - config, - pkgs, - ... -}: { +{pkgs, ...}: { users.users.michael = { home = "/Users/michael"; shell = pkgs.zsh; @@ -26,8 +22,6 @@ unstable.docker-compose # Video ffmpeg - # Spotify - master.spicetify-cli # Java checkstyle # XCode @@ -39,7 +33,9 @@ my = { aerospace.enable = true; + neovim.enable = true; sketchybar.enable = true; + spotify.enable = true; }; programs = {