mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
12 lines
422 B
Nix
12 lines
422 B
Nix
{ pkgs, ... }:
|
|
{
|
|
time = "2025-08-06T04:18:50+00:00";
|
|
condition = pkgs.stdenv.hostPlatform.isLinux;
|
|
message = ''
|
|
A new service is available: 'services.rescrobbled'.
|
|
|
|
Rescrobbled is a music scrobbler daemon. It detects active media players
|
|
running on D-Bus using MPRIS automatically updates "now playing" status, and
|
|
scrobbles songs to Last.fm or ListenBrainz-compatible services as they play.
|
|
'';
|
|
}
|