mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 01:38:02 +02:00
mpd: Update config
This commit is contained in:
parent
e6e4b56a89
commit
3ed7f2a585
@ -4,12 +4,13 @@
|
|||||||
home-manager.sharedModules = [{
|
home-manager.sharedModules = [{
|
||||||
services.mpd = {
|
services.mpd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
musicDirectory = "/home/user/Music";
|
||||||
extraConfig = ''
|
|
||||||
auto_update "yes"
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xdg.configFile."mpd/mpd.conf".text = ''
|
||||||
|
auto_update "yes"
|
||||||
|
'';
|
||||||
|
|
||||||
xdg.configFile."ncmpcpp/on-song-change.sh".source = ./on-song-change.sh;
|
xdg.configFile."ncmpcpp/on-song-change.sh".source = ./on-song-change.sh;
|
||||||
|
|
||||||
programs.ncmpcpp = {
|
programs.ncmpcpp = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user