mpd: Fix remote volume control
This commit is contained in:
parent
0fc6a51cb0
commit
ce636f08ff
|
@ -19,7 +19,12 @@
|
||||||
};
|
};
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
restore_paused "yes"
|
restore_paused "yes"
|
||||||
|
audio_output {
|
||||||
|
type "pipewire"
|
||||||
|
name "PipeWire Sound Server"
|
||||||
|
}
|
||||||
'';
|
'';
|
||||||
|
# UPST auto audio_output ?
|
||||||
musicDirectory = "${config.home.homeDirectory}/Musiques";
|
musicDirectory = "${config.home.homeDirectory}/Musiques";
|
||||||
};
|
};
|
||||||
xdg = {
|
xdg = {
|
||||||
|
|
Loading…
Reference in a new issue