diff options
Diffstat (limited to 'macos.local/.flake/home/services')
-rw-r--r-- | macos.local/.flake/home/services/mpd.nix.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macos.local/.flake/home/services/mpd.nix.org b/macos.local/.flake/home/services/mpd.nix.org index 86af223..f3f7f8b 100644 --- a/macos.local/.flake/home/services/mpd.nix.org +++ b/macos.local/.flake/home/services/mpd.nix.org @@ -1,6 +1,6 @@ #+title: =mpd= Configuration -Configure =mpd= as a music player. +Configure =mpd= as a music player. =services.mpd= only works on Linux for some reason so I manually write out the configuration here. This is actually a really gross setup and requires manually creating files in =.mpd= and manually starting =mpd=, but it does seem to work at least. #+begin_src nix { config, pkgs, ... }: |