myNixOSConfig/services/media.nix
2024-09-07 08:36:34 +02:00

5 lines
61 B
Nix

{ lib, config, pkgs, ...}:
{
services.mpd.enable = true;
}