This commit is contained in:
Charlotte 🦝 Delenk 2023-07-16 06:46:35 +01:00
parent c605280413
commit 3ca2eda4b8
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -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;