summary refs log tree commit diff
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
parent708a1772ed3fa19159217304bd6607253b124e07 (diff)
downloadnixpkgs-1657acd5d417eac96e44b8d670988872192ddc0a.tar
nixpkgs-1657acd5d417eac96e44b8d670988872192ddc0a.tar.gz
nixpkgs-1657acd5d417eac96e44b8d670988872192ddc0a.tar.bz2
nixpkgs-1657acd5d417eac96e44b8d670988872192ddc0a.tar.lz
nixpkgs-1657acd5d417eac96e44b8d670988872192ddc0a.tar.xz
nixpkgs-1657acd5d417eac96e44b8d670988872192ddc0a.tar.zst
nixpkgs-1657acd5d417eac96e44b8d670988872192ddc0a.zip
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 4168140b287..daa407ca1f0 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.
         '';
       };