mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
cb9f03d519
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.
10 lines
219 B
Text
10 lines
219 B
Text
[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
|