diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-08-10 17:09:58 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-08-10 17:09:58 +0530 |
| commit | 973492cbbb1172f6db80ae51e52f53bf34c625ae (patch) | |
| tree | b7c295bc03caba69b40d7f53d32c63dfc9b0fb3d /modules/music/mpd.home.nix | |
| parent | 26343d2eef0e8892cecb1645935294e221e9f1a7 (diff) | |
| download | nixos-config-973492cbbb1172f6db80ae51e52f53bf34c625ae.tar.gz nixos-config-973492cbbb1172f6db80ae51e52f53bf34c625ae.zip | |
Theme change
Diffstat (limited to 'modules/music/mpd.home.nix')
| -rw-r--r-- | modules/music/mpd.home.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/music/mpd.home.nix b/modules/music/mpd.home.nix index 3619786..12f5ab9 100644 --- a/modules/music/mpd.home.nix +++ b/modules/music/mpd.home.nix @@ -15,8 +15,8 @@ in user "imsohexy" group "users" restore_paused "yes" - metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc" - auto_update "yes" + metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc" + auto_update "yes" auto_update_depth "5" follow_outside_symlinks "yes" follow_inside_symlinks "yes" @@ -37,7 +37,7 @@ in format "44100:16:2" } - filesystem_charset "UTF-8" + filesystem_charset "UTF-8" ''; }; |
