Files
dotfiles/linux/mpd.nix
uttarayan21 0a6859852d [feat] Mpd
2024-03-15 23:39:18 +05:30

6 lines
70 B
Nix

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