diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2017-10-19 22:16:09 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2017-10-19 22:16:09 +0200 |
| commit | 78d426940a1da0ccddcaf5919cedc04ebb65b778 (patch) | |
| tree | 70283ce4dc71ce506ff5f6cfa0a6b23cb9d5c8c0 /modules/services/khd | |
| parent | 061232c6dbd82f49ca0782c36825cd1c2c0aa3fe (diff) | |
improve descriptions for a bunch of modules
Diffstat (limited to 'modules/services/khd')
| -rw-r--r-- | modules/services/khd/default.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/services/khd/default.nix b/modules/services/khd/default.nix index 8a322fb..f3f8e92 100644 --- a/modules/services/khd/default.nix +++ b/modules/services/khd/default.nix @@ -3,11 +3,9 @@ with lib; let - cfg = config.services.khd; i3Config = import ./i3.nix { inherit pkgs; }; - in { @@ -15,7 +13,7 @@ in services.khd.enable = mkOption { type = types.bool; default = false; - description = "Whether to enable the khd hototkey daemon."; + description = "Whether to enable the khd hotkey daemon."; }; services.khd.package = mkOption { @@ -28,7 +26,8 @@ in services.khd.khdConfig = mkOption { type = types.lines; default = ""; - example = "alt + shift - r : kwmc quit"; + example = "alt + shift - r : kwmc quit"; + description = "Config to use for <filename>khdrc</filename>."; }; services.khd.i3Keybindings = mkOption { |
