nix: Drop unnecessary xdg.configFile

This commit is contained in:
Donovan Glover 2024-04-02 19:33:03 -04:00
parent d250e8520f
commit 9c95252be4
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -6,13 +6,12 @@
services.mpd = {
enable = true;
musicDirectory = "/home/user/";
extraConfig = /* config */ ''
auto_update "yes"
'';
};
xdg.configFile = {
"mpd/mpd.conf".text = ''
auto_update "yes"
'';
"ncmpcpp/on-song-change.sh" = {
executable = true;
text = /* bash */ ''