reconfigure spotifyd

This commit is contained in:
Adithya 2023-08-05 18:12:52 +05:30
parent ce20d1614f
commit 301e4761a2
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -1,4 +1,8 @@
{pkgs, secrets, ...}: { {
pkgs,
secrets,
...
}: {
services = { services = {
spotifyd = { spotifyd = {
enable = true; enable = true;
@ -15,6 +19,9 @@
backend = "pulseaudio"; backend = "pulseaudio";
no_audio_cache = true; no_audio_cache = true;
dbus_type = "session"; dbus_type = "session";
volume_normalization = true;
autoplay = true;
bitrate = 320;
}; };
}; };
}; };