1
0
forked from extern/nix-config

Combine mpd with ncmpcpp module

This commit is contained in:
Donovan Glover 2023-05-18 15:58:30 -04:00
parent 7bcb8a5807
commit 7acbdb32cf
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 7 additions and 10 deletions

View File

@ -1,10 +0,0 @@
{
home-manager.sharedModules = [{
services.mpd = {
enable = true;
extraConfig = ''
auto_update "yes"
'';
};
}];
}

View File

@ -1,5 +1,12 @@
{
home-manager.sharedModules = [{
services.mpd = {
enable = true;
extraConfig = ''
auto_update "yes"
'';
};
programs.ncmpcpp = {
enable = true;
bindings = [