mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: added listenbrainz token
This commit is contained in:
parent
b449ac13dc
commit
ee4d09cf70
3 changed files with 16 additions and 4 deletions
|
|
@ -1,3 +1,4 @@
|
|||
{ osConfig, ... }:
|
||||
{
|
||||
services = {
|
||||
mpd = {
|
||||
|
|
@ -27,8 +28,15 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
listenbrainz-mpd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
submission = {
|
||||
token_file = osConfig.sops.secrets."listenbrainz-token".path;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.cava = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
@ -38,7 +46,6 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
systemd.user.services.mpd-discord-rpc = {
|
||||
Unit = {
|
||||
After = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue