added mopidy init

This commit is contained in:
twoneis 2024-01-31 21:51:06 +01:00
parent 4c54c966aa
commit 17997a0523

View file

@ -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;
}; };