mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2025-10-10 08:41:55 +05:30
feat: replace spotify with spotify_player
This commit is contained in:
19
modules/home/spotify/default.nix
Normal file
19
modules/home/spotify/default.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user