1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-02 11:28:32 +02:00
home-manager/tests/modules/services/mopidy/basic-configuration.conf
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

11 lines
219 B
Plaintext

[file]
enabled = true
media_dirs =
$XDG_MUSIC_DIR|Music
~/Downloads|Downloads
[spotify]
client_id = TOTALLY_NOT_A_FAKE_CLIENT_ID
client_secret = YOU_CAN_USE_ME_FOR_YOUR_SPOTIFY_PREMIUM_SUBSCRIPTION
enabled = true