MPD: Difference between revisions
imported>The pumpkin man Created page with "== Installation == First you have to enable sound support in the NixOS <code>configuration.nix</code> : <syntaxhighlight lang="nix"> # Enable sound. sound.enable = true; hardw..." |
imported>The pumpkin man mNo edit summary |
||
| Line 58: | Line 58: | ||
<code># systemctl restart mpd</code> | <code># systemctl restart mpd</code> | ||
== Summary == | |||
Summary | |||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
# Enable sound. | # Enable sound. | ||
| Line 80: | Line 79: | ||
}; | }; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== Further reading == | |||
The legendary Arch Wiki : https://wiki.archlinux.org/index.php/Mpd | |||