Skip to content
This repository was archived by the owner on May 20, 2022. It is now read-only.

mayjs/mopidy-nix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mopidy-nix

Configure Mopidy with home-manager.

{ ... }:

{
	imports = [
		(fetchTarball https://github.com/lightdiscord/mopidy-nix/archive/master.tar.gz)
	];

	services.mopidy.enable = true;
}

See Also

About

Nix options to use Mopidy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Nix 100.0%