Simplify home profile activation by folding it into the tags logic
This commit is contained in:
parent
b3ba7481d8
commit
3398c611b7
27 changed files with 74 additions and 216 deletions
|
@ -14,6 +14,15 @@
|
|||
}
|
||||
'';
|
||||
};
|
||||
|
||||
mpdscribble = {
|
||||
enable = true;
|
||||
endpoints."last.fm" = {
|
||||
username = "viceebun";
|
||||
passwordFile = "${config.xdg.dataHome}/mpd/lastfm_password";
|
||||
};
|
||||
};
|
||||
|
||||
mpd-mpris.enable = true;
|
||||
mpd-discord-rpc.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue