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; aa.isHeadless = false;
services.spotifyd = {
enable = true;
settings.global.bitrate = 320;
};
} }

View file

@ -145,8 +145,6 @@
zoom-us zoom-us
]; ];
services.spotifyd.enable = true;
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave # on your system were taken. Its perfectly fine and recommended to leave