mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:16:35 +01:00
remove mopidy
This commit is contained in:
parent
af7d27f783
commit
ebd79a01f9
1 changed files with 0 additions and 21 deletions
|
@ -69,27 +69,6 @@
|
|||
binfmt = true;
|
||||
};
|
||||
|
||||
services.mopidy = {
|
||||
enable = true;
|
||||
extensionPackages = with pkgs; [
|
||||
mopidy-mpd
|
||||
mopidy-tidal
|
||||
mopidy-local
|
||||
mopidy-tunein
|
||||
mopidy-somafm
|
||||
#mopidy-ytmusic
|
||||
#mopidy-youtube
|
||||
mopidy-spotify
|
||||
mopidy-podcast
|
||||
mopidy-bandcamp
|
||||
mopidy-soundcloud
|
||||
mopidy-iris
|
||||
];
|
||||
extraConfigFiles = [
|
||||
"/home/jopejoe1/.config/mopidy.conf"
|
||||
];
|
||||
};
|
||||
|
||||
hardware.nvidia.modesetting.enable = true;
|
||||
|
||||
services.flatpak.enable = true;
|
||||
|
|
Loading…
Reference in a new issue