diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-13 23:21:40 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-13 23:21:40 -0600 |
commit | 033aee03f35f3df177811f884d43224506c04a94 (patch) | |
tree | 5f75376093dce2252d2edc7c073ad781880f8cde /macos.local/.flake/home/services | |
parent | 166924dfc9a537e2ae351fa7350464d0c732f5c8 (diff) |
update description
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, ... }: |