feat: replace spotify with spotify_player

This commit is contained in:
tux
2025-09-17 18:08:03 +05:30
parent 441f39e3c6
commit af60797e75
3 changed files with 27 additions and 5 deletions

View File

@@ -0,0 +1,19 @@
{
programs.spotify-player = {
enable = true;
settings = {
theme = "default";
client_id = "c54c06bacd3642c68d981474dadd3a53";
login_redirect_uri = "http://127.0.0.1:8989/login";
device = {
name = "spotify-player";
device_type = "speaker";
volume = 100;
bitrate = 320;
audio_cache = false;
normalization = false;
autoplay = false;
};
};
};
}