removed unused service

This commit is contained in:
twoneis 2024-04-05 03:31:17 +02:00
parent b56e643cd2
commit 41dc6a44ca

View file

@ -2,19 +2,8 @@
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;
}; };