added spotifyd config
This commit is contained in:
parent
726f9bec96
commit
350526dd47
2 changed files with 19 additions and 0 deletions
14
base-system/dotfiles/spotifyd/spotifyd.nix
Normal file
14
base-system/dotfiles/spotifyd/spotifyd.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
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;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue