mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-17 19:38:54 +01:00
feat: Add mpd/ncmpcpp
This commit is contained in:
parent
cd32ad2e27
commit
5230741e65
@ -104,5 +104,11 @@
|
|||||||
scroll-step = 120;
|
scroll-step = 120;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
services.mpd = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
programs.ncmpcpp = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user