nixos/zsh: add the type for enableAutosuggestions option

Simply a small inconsistency I picked up when reading that file.

fixes #31795
This commit is contained in:
Pierre Chevalier 2017-11-18 20:17:58 +00:00 committed by Joerg Thalheim
parent 81ea7d2dcb
commit b3de3893d0

View File

@ -89,8 +89,8 @@ in
description = '' description = ''
Enable zsh-autosuggestions Enable zsh-autosuggestions
''; '';
type = types.bool;
}; };
}; };
}; };