Files
home-manager/modules/misc/news/2026/01/2026-01-02_00-03-48.nix
2026-01-02 23:05:42 +01:00

11 lines
279 B
Nix

{ config, ... }:
{
time = "2026-01-02T00:03:48+00:00";
condition = config.services.mpd.enable;
message = ''
`MPD_HOST` and `MPD_PORT` environment variables are now set automatically.
This can be disabled with `services.mpd.enableSessionVariables = false`.
'';
}