summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsnicket2100 <57048005+snicket2100@users.noreply.github.com>2020-01-11 20:09:10 +0100
committerJon <jonringer@users.noreply.github.com>2020-01-11 13:07:19 -0800
commit1657acd5d417eac96e44b8d670988872192ddc0a (patch)
treed7cfe51c82f03cf2045d98854bb56a2969122492
parentMerge pull request #75817 from filalex77/tuir-1.28.3 (diff)
downloadnixpkgs-1657acd5d417eac96e44b8d670988872192ddc0a.tar.gz
actkbd: fixed the description of the `services.actkbd.bindings` option
The description referred to `<option>sound.enableMediaKeys</option>`, which is actually called `<option>sound.mediaKeys.enable</option>`.
-rw-r--r--nixos/modules/services/hardware/actkbd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/hardware/actkbd.nix b/nixos/modules/services/hardware/actkbd.nix
index 4168140b287a..daa407ca1f0e 100644
--- a/nixos/modules/services/hardware/actkbd.nix
+++ b/nixos/modules/services/hardware/actkbd.nix
@@ -83,7 +83,7 @@ in
See <command>actkbd</command> <filename>README</filename> for documentation.
- The example shows a piece of what <option>sound.enableMediaKeys</option> does when enabled.
+ The example shows a piece of what <option>sound.mediaKeys.enable</option> does when enabled.
'';
};