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 = {