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

main
AndersonTorres 2 years ago
parent a2658f4633
commit 7fb017e379
  1. 2
      nixos/modules/services/hardware/triggerhappy.nix

@ -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>.

Loading…
Cancel
Save