mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-16 09:49:45 +01:00
nix: Drop unnecessary xdg.configFile
This commit is contained in:
parent
d250e8520f
commit
9c95252be4
@ -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 */ ''
|
||||
|
Loading…
Reference in New Issue
Block a user