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 21:27:12 +00:00
committed by Joerg Thalheim
parent 81ea7d2dcb
commit b3de3893d0
+1 -1
View File
@@ -89,8 +89,8 @@ in
description = ''
Enable zsh-autosuggestions
'';
type = types.bool;
};
};
};