mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01: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 = {
|
||||
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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue