1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00
home-manager/modules/misc/news/2025/08/2025-08-05_21-18-50.nix
2025-08-06 00:15:47 -05:00

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.
'';
}