add mpd config

This commit is contained in:
XenGi 2023-10-18 00:40:17 +02:00
parent 93d7af271d
commit c746d81063
Signed by: xengi
SSH key fingerprint: SHA256:FGp51kRvGOcWnTHiOI39ImwVO4A3fpvR30nPX3LpV7g
4 changed files with 50 additions and 2 deletions

View file

@ -11,6 +11,8 @@
devShells.default = pkgs.mkShell {
packages = with pkgs; [
bun
mpd
mpc-cli
];
};
}