From fa9efc5883a47c1a04394ba879a541471e99c2bf Mon Sep 17 00:00:00 2001 From: MoritzBoehme Date: Fri, 21 Jan 2022 22:09:49 +0100 Subject: [PATCH] :rocket: add cache --- modules/desktop/apps/spotify.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/desktop/apps/spotify.nix b/modules/desktop/apps/spotify.nix index 4f7cef3..f0c1f9f 100644 --- a/modules/desktop/apps/spotify.nix +++ b/modules/desktop/apps/spotify.nix @@ -25,6 +25,12 @@ # Volume on startup between 0 and 100 initial_volume = "71"; + + # The directory used to cache audio data. + cache_path = "/tmp/spotifyd-cache"; + + # The displayed device type in Spotify clients. + device_type = "computer"; }; }; };