zsh module: rename option syntax-highlighting

rename zsh-option "syntax-highlighting" -> "syntaxHighlighting"
This commit is contained in:
Willi Butz
2017-05-09 10:37:54 +02:00
committed by Franz Pletz
parent b411968774
commit 4e4f7a2f66
2 changed files with 6 additions and 3 deletions

View File

@@ -3,11 +3,11 @@
with lib;
let
cfg = config.programs.zsh.syntax-highlighting;
cfg = config.programs.zsh.syntaxHighlighting;
in
{
options = {
programs.zsh.syntax-highlighting = {
programs.zsh.syntaxHighlighting = {
enable = mkOption {
default = false;
type = types.bool;