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; [
|
home.packages = with pkgs; [
|
||||||
spotify
|
spotify
|
||||||
image-roll
|
image-roll
|
||||||
|
mopidy-muse
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.mopidy = {
|
||||||
|
enable = true;
|
||||||
|
extensionPackages = with pkgs; [
|
||||||
|
mopidy-local
|
||||||
|
mopidy-tidal
|
||||||
|
mopidy-spotify
|
||||||
|
mopidy-tidal
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
programs.mpv = {
|
programs.mpv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue