diff --git a/home/services/spotifyd.nix b/home/services/spotifyd.nix index a330e1b..150a0c4 100644 --- a/home/services/spotifyd.nix +++ b/home/services/spotifyd.nix @@ -1,4 +1,8 @@ -{pkgs, secrets, ...}: { +{ + pkgs, + secrets, + ... +}: { services = { spotifyd = { enable = true; @@ -15,6 +19,9 @@ backend = "pulseaudio"; no_audio_cache = true; dbus_type = "session"; + volume_normalization = true; + autoplay = true; + bitrate = 320; }; }; };