Files
dotfiles/linux/mpd.nix
2024-03-23 20:33:51 +05:30

10 lines
80 B
Nix

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