forked from extern/nix-config
Combine mpd with ncmpcpp module
This commit is contained in:
parent
7bcb8a5807
commit
7acbdb32cf
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
home-manager.sharedModules = [{
|
|
||||||
services.mpd = {
|
|
||||||
enable = true;
|
|
||||||
extraConfig = ''
|
|
||||||
auto_update "yes"
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
}];
|
|
||||||
}
|
|
@ -1,5 +1,12 @@
|
|||||||
{
|
{
|
||||||
home-manager.sharedModules = [{
|
home-manager.sharedModules = [{
|
||||||
|
services.mpd = {
|
||||||
|
enable = true;
|
||||||
|
extraConfig = ''
|
||||||
|
auto_update "yes"
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
programs.ncmpcpp = {
|
programs.ncmpcpp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
bindings = [
|
bindings = [
|
||||||
|
Loading…
Reference in New Issue
Block a user