added amberol music player

This commit is contained in:
twoneis 2024-07-26 20:43:00 +02:00
parent 0bd76fb37e
commit 6bcec3b223

View file

@ -4,21 +4,11 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
loupe loupe
spotify spotify
amberol
]; ];
programs.mpv = { programs.mpv = {
enable = true; enable = true;
}; };
services.mopidy = {
enable = true;
extensionPackages = with pkgs; [
mopidy-mpd
mopidy-mpris
mopidy-muse
mopidy-spotify
mopidy-local
];
};
}; };
} }