machines(mac): switch to custom spotify & neovim modules
This commit is contained in:
parent
8cdcc6fbf6
commit
cfd60401fc
@ -1,8 +1,4 @@
|
|||||||
{
|
{pkgs, ...}: {
|
||||||
config,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
users.users.michael = {
|
users.users.michael = {
|
||||||
home = "/Users/michael";
|
home = "/Users/michael";
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
@ -26,8 +22,6 @@
|
|||||||
unstable.docker-compose
|
unstable.docker-compose
|
||||||
# Video
|
# Video
|
||||||
ffmpeg
|
ffmpeg
|
||||||
# Spotify
|
|
||||||
master.spicetify-cli
|
|
||||||
# Java
|
# Java
|
||||||
checkstyle
|
checkstyle
|
||||||
# XCode
|
# XCode
|
||||||
@ -39,7 +33,9 @@
|
|||||||
|
|
||||||
my = {
|
my = {
|
||||||
aerospace.enable = true;
|
aerospace.enable = true;
|
||||||
|
neovim.enable = true;
|
||||||
sketchybar.enable = true;
|
sketchybar.enable = true;
|
||||||
|
spotify.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user