Moved spotifyd config to user-level

This commit is contained in:
alejandro-angulo 2024-09-07 20:57:15 -07:00
parent 06c5146ddc
commit fcad63518c
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,7 @@
{...}: {
aa.isHeadless = false;
services.spotifyd = {
enable = true;
settings.global.bitrate = 320;
};
}