Normalise spotifyd volume

This commit is contained in:
SebastianStork 2024-04-28 11:27:59 +02:00
parent 2776d95d08
commit bf9ca7408d

View file

@ -18,9 +18,9 @@
settings.global = { settings.global = {
username_cmd = "cat ${config.sops.secrets."spotify/username".path}"; username_cmd = "cat ${config.sops.secrets."spotify/username".path}";
password_cmd = "cat ${config.sops.secrets."spotify/password".path}"; password_cmd = "cat ${config.sops.secrets."spotify/password".path}";
backend = "pulseaudio";
device_name = "${osConfig.networking.hostName}"; device_name = "${osConfig.networking.hostName}";
device_type = "computer"; initial_volume = "40";
volume_normalisation = true;
}; };
}; };
}; };