From 2381dc907f63dfa239feb203ec9573359146cfed Mon Sep 17 00:00:00 2001 From: tux Date: Thu, 5 Feb 2026 03:25:26 +0530 Subject: [PATCH] chore(spotifyd): set volume --- modules/home/spotify/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/spotify/default.nix b/modules/home/spotify/default.nix index 85f4dc3..504651f 100644 --- a/modules/home/spotify/default.nix +++ b/modules/home/spotify/default.nix @@ -6,7 +6,7 @@ device_name = "canopus"; device_type = "computer"; bitrate = 320; - volume_normalisation = true; + initial_volume = 100; autoplay = true; }; };