From b3de3893d0ccaa8ed6fbb597d7e5d018783c3e70 Mon Sep 17 00:00:00 2001 From: Pierre Chevalier Date: Sat, 18 Nov 2017 20:17:58 +0000 Subject: [PATCH] nixos/zsh: add the type for enableAutosuggestions option Simply a small inconsistency I picked up when reading that file. fixes #31795 --- nixos/modules/programs/zsh/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/programs/zsh/zsh.nix b/nixos/modules/programs/zsh/zsh.nix index 615e54c326b..6fb1346bbb3 100644 --- a/nixos/modules/programs/zsh/zsh.nix +++ b/nixos/modules/programs/zsh/zsh.nix @@ -89,8 +89,8 @@ in description = '' Enable zsh-autosuggestions ''; + type = types.bool; }; - }; };