From 095c7aefe1c5d7fea8467f19473a1895cb2df17f Mon Sep 17 00:00:00 2001 From: Rok Garbas Date: Sun, 4 Sep 2016 16:30:07 +0200 Subject: [PATCH] nixos/manual: mentioning other zsh options at program.zsh.enable fixes #13224 --- nixos/modules/programs/zsh/zsh.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/modules/programs/zsh/zsh.nix b/nixos/modules/programs/zsh/zsh.nix index 1b8b7a79593e..91cd84416921 100644 --- a/nixos/modules/programs/zsh/zsh.nix +++ b/nixos/modules/programs/zsh/zsh.nix @@ -25,7 +25,10 @@ in enable = mkOption { default = false; description = '' - Whether to configure zsh as an interactive shell. + Whether to configure zsh as an interactive shell. To enable zsh for + a particular user, use the + option for that user. To enable zsh system-wide use the + option. ''; type = types.bool; };