nixos/modules/services/hardware/triggerhappy.nix: mpc_cli -> mpc-cli

This commit is contained in:
AndersonTorres 2022-01-24 23:16:33 -03:00
parent a2658f4633
commit 7fb017e379

View file

@ -70,7 +70,7 @@ in
type = types.listOf (types.submodule bindingCfg);
default = [];
example = lib.literalExpression ''
[ { keys = ["PLAYPAUSE"]; cmd = "''${pkgs.mpc_cli}/bin/mpc -q toggle"; } ]
[ { keys = ["PLAYPAUSE"]; cmd = "''${pkgs.mpc-cli}/bin/mpc -q toggle"; } ]
'';
description = ''
Key bindings for <command>triggerhappy</command>.