mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:36:34 +01:00
Add mopidy
This commit is contained in:
parent
e84677397a
commit
c4c25df309
1 changed files with 21 additions and 0 deletions
|
@ -69,6 +69,27 @@
|
||||||
binfmt = true;
|
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;
|
hardware.nvidia.modesetting.enable = true;
|
||||||
|
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue