1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-14 18:53:39 +02:00
home-manager/tests/modules/services/mopidy/default.nix
Gabriel Arazas cb9f03d519
mopidy: add module
This is adapted from the `services.mopidy` NixOS module. The
difference is the setting can be configured with Nix language, taking
advantage of generators from nixpkgs. The module is also suited more
for user-specific configuration, removing the `extraConfigFiles` and
`dataDir` option.
2022-05-19 00:31:37 +02:00

2 lines
60 B
Nix

{ mopidy-basic-configuration = ./basic-configuration.nix; }