feat: setup spotifyd

This commit is contained in:
tux
2026-02-04 06:55:07 +05:30
parent 3a46142f6f
commit 7f18b96cdd
2 changed files with 14 additions and 0 deletions

View File

@@ -1,4 +1,17 @@
{
services.spotifyd = {
enable = true;
settings = {
global = {
device_name = "canopus";
device_type = "computer";
bitrate = 320;
volume_normalisation = true;
autoplay = true;
};
};
};
programs.spotify-player = {
enable = true;
settings = {