From 3ca2eda4b84f433dc85a30c568ab7a0e6583c97b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sun, 16 Jul 2023 06:46:35 +0100 Subject: [PATCH] hotfix --- config/programs/mpd.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/programs/mpd.nix b/config/programs/mpd.nix index ade7da0f..4a14f2af 100644 --- a/config/programs/mpd.nix +++ b/config/programs/mpd.nix @@ -9,10 +9,10 @@ _: { } replaygain "track" volume_normalization "yes" - max_playlist_length 1048576 - max_command_list_size 1048576 - max_output_buffer_size 1048576 - auto_update yes + max_playlist_length "1048576" + max_command_list_size "1048576" + max_output_buffer_size "1048576" + auto_update "yes" ''; }; programs.ncmpcpp.enable = true;