aboutsummaryrefslogtreecommitdiff
path: root/config/mpd
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-02-10 10:48:46 -0700
committerKenny Ballou <kb@devnulllabs.io>2022-03-14 11:14:48 -0600
commit0139d8098bc9e88090784c4f88820d42e6d117e5 (patch)
treeff3dcaaa1204250f886b3d51d1d54650ed25444b /config/mpd
parent1e161dbf25f1a127ac6e0677b473a2b2987536d6 (diff)
downloaddotfiles-0139d8098bc9e88090784c4f88820d42e6d117e5.tar.gz
dotfiles-0139d8098bc9e88090784c4f88820d42e6d117e5.tar.xz
not so initial guix home/system initial addition
As of today, I've been using guix system and home for about 3 weeks. The configuration is constantly evolving as I use it. Unlike the home-manager conversion of past, guix home adoption is happening much more slowly. Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'config/mpd')
-rw-r--r--config/mpd/mpd.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/config/mpd/mpd.conf b/config/mpd/mpd.conf
new file mode 100644
index 00000000..7f5548e7
--- /dev/null
+++ b/config/mpd/mpd.conf
@@ -0,0 +1,14 @@
+bind_to_address "/run/user/1000/mpd/socket"
+connection_timeout "5"
+music_directory "~/music"
+playlist_directory "~/.local/share/mpd/playlists"
+state_file "~/.local/share/mpd/state"
+sticker_file "~/.local/share/mpd/sticker.sql"
+database {
+ plugin "simple"
+ path "~/.local/share/mpd/db"
+}
+audio_output {
+ type "pulse"
+ name "pulse-output"
+}