added spotifyd config

This commit is contained in:
twoneis 2023-11-07 13:24:04 +01:00
parent 726f9bec96
commit 350526dd47
2 changed files with 19 additions and 0 deletions

View 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;
};
}

View file

@ -35,6 +35,11 @@
enable = true; enable = true;
settings = import ./dotfiles/alacritty/alacritty.nix; settings = import ./dotfiles/alacritty/alacritty.nix;
}; };
spotifyd = {
enable = true;
settings = import ./dotfiles/spotifyd/spotifyd.nix;
};
}; };