infinidoge: enable mpd
This commit is contained in:
parent
0dff93b2fd
commit
7fd10d684b
1 changed files with 12 additions and 0 deletions
|
@ -30,6 +30,18 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
mpd = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
audio_output {
|
||||
type "pipewire"
|
||||
name "PipeWire Sound Server"
|
||||
}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; flatten [
|
||||
ncdu
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue