diff --git a/nixos/modules/programs/zsh/zsh.nix b/nixos/modules/programs/zsh/zsh.nix index a3efad288ac2..1857371ebe8d 100644 --- a/nixos/modules/programs/zsh/zsh.nix +++ b/nixos/modules/programs/zsh/zsh.nix @@ -26,11 +26,6 @@ in default = false; description = '' Whenever to configure Zsh as an interactive shell. - Note that this tries to make Zsh the default - , - which in turn means that you might need to explicitly - set this variable if you have another shell configured - with NixOS. ''; type = types.bool; };