Fix MPD config for state version >= 22.11
This commit is contained in:
parent
4395628eac
commit
132e88caeb
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
services.mpd = {
|
services.mpd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
musicDirectory = "${config.home.homeDirectory}/music";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.ncmpcpp = {
|
programs.ncmpcpp = {
|
||||||
|
|
Loading…
Reference in a new issue