summary refs log tree commit diff
path: root/nixos/modules/programs/zsh/zsh.nix
diff options
context:
space:
mode:
authorPierre Chevalier <pierrechevalier83@gmail.com>2017-11-18 20:17:58 +0000
committerJoerg Thalheim <joerg@thalheim.io>2017-11-18 21:27:12 +0000
commitb3de3893d0ccaa8ed6fbb597d7e5d018783c3e70 (patch)
treedac35f9d3a9b02f8b582e5ec45005c89ec895e20 /nixos/modules/programs/zsh/zsh.nix
parent81ea7d2dcbaac44d218d2ca52c7aee85bf10b6ce (diff)
downloadnixpkgs-b3de3893d0ccaa8ed6fbb597d7e5d018783c3e70.tar
nixpkgs-b3de3893d0ccaa8ed6fbb597d7e5d018783c3e70.tar.gz
nixpkgs-b3de3893d0ccaa8ed6fbb597d7e5d018783c3e70.tar.bz2
nixpkgs-b3de3893d0ccaa8ed6fbb597d7e5d018783c3e70.tar.lz
nixpkgs-b3de3893d0ccaa8ed6fbb597d7e5d018783c3e70.tar.xz
nixpkgs-b3de3893d0ccaa8ed6fbb597d7e5d018783c3e70.tar.zst
nixpkgs-b3de3893d0ccaa8ed6fbb597d7e5d018783c3e70.zip
nixos/zsh: add the type for enableAutosuggestions option
Simply a small inconsistency I picked up when reading that file.

fixes #31795
Diffstat (limited to 'nixos/modules/programs/zsh/zsh.nix')
-rw-r--r--nixos/modules/programs/zsh/zsh.nix2
1 files changed, 1 insertions, 1 deletions
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;
       };
-
     };
 
   };