Files
dotfiles/linux/mpd.nix
2024-04-04 21:51:27 +05:30

6 lines
54 B
Nix

{...}: {
services.mpd = {
enable = true;
};
}