Fixed spotify for nix darwin

This commit is contained in:
Random936 2024-06-01 13:22:10 -07:00
parent 77807d11b3
commit 309f272b09
3 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,6 @@
ripgrep ripgrep
gnumake gnumake
neofetch neofetch
spotify
bitwarden-cli bitwarden-cli
]); ]);

View File

@ -14,6 +14,7 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
feh feh
dconf dconf
spotify
discord discord
pavucontrol pavucontrol
microsoft-edge microsoft-edge

View File

@ -23,6 +23,7 @@
"tailscale" "tailscale"
"nextcloud" "nextcloud"
"nordvpn" "nordvpn"
"spotify"
"docker" "docker"
"vlc" "vlc"
]; ];