1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 20:31:07 +01:00

feat(mpd): install ncmpcpp and mpc

This commit is contained in:
2020-11-06 10:38:33 +01:00
parent 616a530c64
commit 30e3baa335

View File

@@ -14,6 +14,8 @@ in
${linkPlaylists} ${linkPlaylists}
''; '';
environment.systemPackages = [ pkgs.ncmpcpp pkgs.mpc_cli ];
services.mpd.enable = true; services.mpd.enable = true;
services.ympd.enable = true; services.ympd.enable = true;