reconfigure spotifyd
This commit is contained in:
parent
ce20d1614f
commit
301e4761a2
1 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue