diff --git a/home/apps/music.nix b/home/apps/music.nix index a49e3fa..f83eded 100644 --- a/home/apps/music.nix +++ b/home/apps/music.nix @@ -9,10 +9,7 @@ in { programs.ncmpcpp = { enable = true; bindings = - lib.mapAttrsToList (key: command: { - key = key; - command = command; - }) + lib.mapAttrsToList (key: command: {inherit key command;}) { "j" = "scroll_down"; "k" = "scroll_up";