chore: Replace ncmpcpp with rmpc

Now with album art support.
This commit is contained in:
Donovan Glover 2024-08-04 17:47:13 -04:00
parent 2ade2d58d5
commit da1ade1e6f
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,4 +1,4 @@
{ config, ... }:
{ config, pkgs, ... }:
let
inherit (config.xdg.userDirs) music;
@ -6,6 +6,8 @@ let
musicDirectory = music;
in
{
home.packages = with pkgs; [ rmpc ];
services.mpd = {
enable = true;
inherit musicDirectory;