From bf9ca7408d4f4026b638d2c27cd7f3677d797102 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sun, 28 Apr 2024 11:27:59 +0200 Subject: [PATCH] Normalise spotifyd volume --- modules/home/spotifyd.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/spotifyd.nix b/modules/home/spotifyd.nix index 36212e2..157732e 100644 --- a/modules/home/spotifyd.nix +++ b/modules/home/spotifyd.nix @@ -18,9 +18,9 @@ settings.global = { username_cmd = "cat ${config.sops.secrets."spotify/username".path}"; password_cmd = "cat ${config.sops.secrets."spotify/password".path}"; - backend = "pulseaudio"; device_name = "${osConfig.networking.hostName}"; - device_type = "computer"; + initial_volume = "40"; + volume_normalisation = true; }; }; };