added mopidy init
This commit is contained in:
parent
4c54c966aa
commit
17997a0523
1 changed files with 11 additions and 0 deletions
|
@ -2,8 +2,19 @@
|
|||
home.packages = with pkgs; [
|
||||
spotify
|
||||
image-roll
|
||||
mopidy-muse
|
||||
];
|
||||
|
||||
services.mopidy = {
|
||||
enable = true;
|
||||
extensionPackages = with pkgs; [
|
||||
mopidy-local
|
||||
mopidy-tidal
|
||||
mopidy-spotify
|
||||
mopidy-tidal
|
||||
];
|
||||
};
|
||||
|
||||
programs.mpv = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue