Files
dotfiles/linux/mpd.nix
2024-03-21 21:44:01 +05:30

10 lines
76 B
Nix

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