nix-files/hosts/common/programs/spot.nix

12 lines
338 B
Nix

{ ... }:
{
sane.programs.spot = {
secrets.".cache/spot/librespot/credentials/credentials.json" = ../../../secrets/common/spot_credentials.json.bin;
persist.byStore.plaintext = [
".cache/spot/img" # album art
".cache/spot/librespot/audio" # audio/track cache
".cache/spot/net" # album metadata
];
};
}