about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2022-01-24 23:16:33 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2022-01-24 23:24:06 -0300
commit7fb017e379323920330054165b95412058cd1afb (patch)
tree7795a4b610c5db78b5b9b410d2a5ef9618d999db /nixos
parenta2658f46338dea6d09b47c8939821d915cdaeb92 (diff)
nixos/modules/services/hardware/triggerhappy.nix: mpc_cli -> mpc-cli
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/hardware/triggerhappy.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/hardware/triggerhappy.nix b/nixos/modules/services/hardware/triggerhappy.nix
index 4e979c4d8fa14..c2fa87875e115 100644
--- a/nixos/modules/services/hardware/triggerhappy.nix
+++ b/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>.