2024-03-22 03:52:03 +00:00
|
|
|
{...}: {
|
|
|
|
programs.ncmpcpp = {
|
|
|
|
enable = true;
|
|
|
|
bindings = [
|
2024-03-27 21:19:37 +00:00
|
|
|
{
|
|
|
|
key = "j";
|
|
|
|
command = "scroll_down";
|
|
|
|
}
|
|
|
|
{
|
|
|
|
key = "k";
|
|
|
|
command = "scroll_up";
|
|
|
|
}
|
|
|
|
{
|
|
|
|
key = "J";
|
|
|
|
command = ["select_item" "scroll_down"];
|
|
|
|
}
|
|
|
|
{
|
|
|
|
key = "K";
|
|
|
|
command = ["select_item" "scroll_up"];
|
|
|
|
}
|
2024-03-22 03:52:03 +00:00
|
|
|
];
|
|
|
|
mpdMusicDir = "/data/music";
|
|
|
|
};
|
|
|
|
}
|