flakes/base-system/dotfiles/spotifyd/spotifyd.nix
2023-11-07 13:24:04 +01:00

14 lines
285 B
Nix

{
global = {
username = "sanjay15@sapura.de";
use_keyring = true;
backend = "alsa";
device_name = "nix-daemon";
device_type = "computer";
device = "default";
bitrate = 320;
zeroconf_port = 8888;
initial_volume = "50";
autoplay = false;
};
}