mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Normalise spotifyd volume
This commit is contained in:
parent
2776d95d08
commit
bf9ca7408d
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue