From 3b36261b1d5449f2dea3b5b80791b863f434accf Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Thu, 18 Aug 2022 20:10:26 +0100 Subject: [PATCH] Update spotifyd --- users/daniel/configs/desktop/spotify/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/users/daniel/configs/desktop/spotify/default.nix b/users/daniel/configs/desktop/spotify/default.nix index 83b1aed..189eb6c 100644 --- a/users/daniel/configs/desktop/spotify/default.nix +++ b/users/daniel/configs/desktop/spotify/default.nix @@ -12,7 +12,11 @@ username = "me@danielpatterson.dev"; password_cmd = "cat /run/agenix/spotify_pass"; - initial_volume = "100"; + initial_volume = "60"; + + backend = "pulseaudio"; + + volume_controller = "softvol"; device_type = "computer"; };