chore: disable spotifyd

This commit is contained in:
Benjamin Bädorf 2024-01-03 19:56:43 +01:00
parent 30a97b1029
commit 523837b276
No known key found for this signature in database
GPG key ID: 1B7BF5B77A521346

View file

@ -29,7 +29,7 @@ in {
systemd.user.services.easyeffects = import ./easyeffects.service.nix pkgs; systemd.user.services.easyeffects = import ./easyeffects.service.nix pkgs;
services.spotifyd = { services.spotifyd = {
enable = true; enable = false;
settings = { settings = {
global = { global = {
username = "spotify@benjaminbaedorf.eu"; username = "spotify@benjaminbaedorf.eu";