chore: disable spotifyd
This commit is contained in:
parent
30a97b1029
commit
523837b276
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue