feat: Add mpd/ncmpcpp

This commit is contained in:
Donovan Glover 2023-05-10 13:51:21 -04:00
parent cd32ad2e27
commit 5230741e65
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -104,5 +104,11 @@
scroll-step = 120;
};
};
services.mpd = {
enable = true;
};
programs.ncmpcpp = {
enable = true;
};
};
}