forked from extern/nix-config
mpd: Update config
This commit is contained in:
parent
e6e4b56a89
commit
3ed7f2a585
@ -4,12 +4,13 @@
|
||||
home-manager.sharedModules = [{
|
||||
services.mpd = {
|
||||
enable = true;
|
||||
|
||||
extraConfig = ''
|
||||
auto_update "yes"
|
||||
'';
|
||||
musicDirectory = "/home/user/Music";
|
||||
};
|
||||
|
||||
xdg.configFile."mpd/mpd.conf".text = ''
|
||||
auto_update "yes"
|
||||
'';
|
||||
|
||||
xdg.configFile."ncmpcpp/on-song-change.sh".source = ./on-song-change.sh;
|
||||
|
||||
programs.ncmpcpp = {
|
||||
|
Loading…
Reference in New Issue
Block a user