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;
|
||||
};
|
||||
}
|
|
@ -35,6 +35,11 @@
|
|||
enable = true;
|
||||
settings = import ./dotfiles/alacritty/alacritty.nix;
|
||||
};
|
||||
|
||||
spotifyd = {
|
||||
enable = true;
|
||||
settings = import ./dotfiles/spotifyd/spotifyd.nix;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue